mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 20:59:28 -05:00
first ideas of property editor
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<div>
|
||||
|
||||
|
||||
<div class="card" v-if="recipe !== undefined">
|
||||
<h5>Properties</h5>
|
||||
<div class="card p-2" v-if="recipe !== undefined" >
|
||||
<h5><i class="fas fa-database"></i> {{$t('Properties')}}</h5>
|
||||
<table class="table table-bordered table-sm">
|
||||
|
||||
<tr v-for="p in recipe.food_properties" v-bind:key="`id_${p.id}`">
|
||||
|
||||
Reference in New Issue
Block a user