mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 12:49:02 -05:00
saerch dialogh
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</template>
|
||||
<td>{{ ingredient.amount }}</td>
|
||||
<td><span v-if="ingredient.unit != null">{{ ingredient.unit.name }}</span></td>
|
||||
<td>{{ ingredient.food.name }}</td>
|
||||
<td ><span v-if="ingredient.food != null">{{ ingredient.food.name }}</span></td>
|
||||
<td>
|
||||
<v-icon class="far fa-comment" v-if="ingredient.note != ''" @click="show_tooltip = !show_tooltip">
|
||||
<v-tooltip v-model="show_tooltip" activator="parent" location="start">{{ ingredient.note }}</v-tooltip>
|
||||
|
||||
115
vue3/src/components/inputs/GlobalSearchDialog.vue
Normal file
115
vue3/src/components/inputs/GlobalSearchDialog.vue
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user