1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 17:16:59 -05:00

model delete page done

This commit is contained in:
vabene1111
2025-09-21 09:01:07 +02:00
parent b8a403b7c1
commit 3cb980c0e7
64 changed files with 482 additions and 68 deletions

View File

@@ -8,7 +8,8 @@
:is-update="isUpdate()"
:is-changed="editingObjChanged"
:model-class="modelClass"
:object-name="editingObjName()">
:object-name="editingObjName()"
:editing-object="editingObj">
<v-card-text>
<v-form>
<v-number-input :step="10" v-model="editingObj.propertyAmount" control-variant="stacked" :precision="2">