File size: 260 Bytes
b39afbe
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<div class="tutorial">
<div class="drop-shadow-lg" x-show="!workbench.canExecute" x-cloak>
    Let's get started by creating a new recipe or loading a recipe from the 'Assets' menu.
</div>
<div x-show="workbench.isLoading" x-cloak>
    Loading...
</div>
</div>