mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
book recipe open action
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
<keywords-bar :keywords="props.recipeOverview.keywords"></keywords-bar>
|
||||
</v-card-text>
|
||||
<ingredients-table :ingredient-factor="1" v-model="ingredients" :show-checkbox="false"></ingredients-table>
|
||||
<v-card-actions>
|
||||
<v-btn :to="{name: 'RecipeViewPage', params: {id: props.recipeOverview.id}}">{{$t('Open')}}</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user