switcher basically working again

This commit is contained in:
vabene1111
2022-01-17 20:22:37 +01:00
parent 418c38423f
commit e1c7305c07
3 changed files with 78 additions and 47 deletions

View File

@@ -5,7 +5,7 @@
</template>
<div v-if="!loading">
<RecipeSwitcher :recipe="rootrecipe.id" :name="rootrecipe.name" mode="recipe" @switch="quickSwitch($event)" />
<RecipeSwitcher ref="ref_recipe_switcher" @switch="quickSwitch($event)" />
<div class="row">
<div class="col-12" style="text-align: center">
<h3>{{ recipe.name }}</h3>