[pricelist] Fixed warnings
This commit is contained in:
parent
87139077da
commit
6dc70d12f6
|
@ -71,8 +71,8 @@
|
||||||
label-cancel="Abbrechen"
|
label-cancel="Abbrechen"
|
||||||
@update:modelValue="savePicture(drinks_props.row)"
|
@update:modelValue="savePicture(drinks_props.row)"
|
||||||
>
|
>
|
||||||
<q-file filled v-model="scope.value">
|
<q-file v-model="scope.value" filled>
|
||||||
<template v-slot:prepend>
|
<template #prepend>
|
||||||
<q-icon name="attach_file" />
|
<q-icon name="attach_file" />
|
||||||
</template>
|
</template>
|
||||||
</q-file>
|
</q-file>
|
||||||
|
|
Loading…
Reference in New Issue