feat: vue datepicker dark mode
This commit is contained in:
parent
571942d48f
commit
8cb6a87be1
9 changed files with 29 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue