[pricelist] Fixed warnings

This commit is contained in:
Ferdinand Thiessen 2021-03-24 17:28:41 +01:00
parent 87139077da
commit 6dc70d12f6
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@
label-cancel="Abbrechen"
@update:modelValue="savePicture(drinks_props.row)"
>
<q-file filled v-model="scope.value">
<template v-slot:prepend>
<q-file v-model="scope.value" filled>
<template #prepend>
<q-icon name="attach_file" />
</template>
</q-file>