release v2.0.0 #4

Merged
crimsen merged 481 commits from develop into master 2024-01-18 15:15:08 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6dc70d12f6 - Show all commits

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>