mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
link to recipe in property editor
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
<v-card :loading="recipeLoading || propertyTypesLoading">
|
||||
<v-card-title>{{ $t('Property_Editor') }}</v-card-title>
|
||||
<v-card-text>
|
||||
<model-select append-to-body model="Recipe" v-model="recipe" @update:model-value="loadRecipe(recipe.id!)"></model-select>
|
||||
<model-select append-to-body model="Recipe" v-model="recipe" @update:model-value="loadRecipe(recipe.id!)">
|
||||
<template #append>
|
||||
<v-btn icon="fa-solid fa-arrow-up-right-from-square" :to="{name : 'RecipeViewPage', params: {id: recipe.id }}" v-if="recipe != undefined"></v-btn>
|
||||
</template>
|
||||
</model-select>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
<v-row>
|
||||
|
||||
Reference in New Issue
Block a user