feat: vue datepicker dark mode

This commit is contained in:
puriphatt 2024-07-01 04:03:39 +00:00
parent 571942d48f
commit 8cb6a87be1
9 changed files with 29 additions and 12 deletions

View file

@ -138,6 +138,7 @@ onMounted(async () => {
utc
autoApply
v-model="payDate"
:dark="$q.dark.isActive"
:locale="$i18n.locale === 'th-th' ? 'th' : 'en'"
:enableTimePicker="false"
:disabled="readonly"