Merge branch 'oat' into development

This commit is contained in:
oat 2023-12-13 16:58:52 +07:00
commit 7739ed190e

View file

@ -165,7 +165,7 @@ const file = ref<File | undefined>()
: '' : ''
" "
id="inputFile" id="inputFile"
:rules="[(v) => v != undefined || 'โปรดอัโหลดไฟล์']" :rules="[(v) => v != undefined || 'โปรดอัโหลดไฟล์']"
> >
<template v-slot:prepend> <template v-slot:prepend>
<q-icon name="attach_file" /> <q-icon name="attach_file" />