refactor: make year as A.D.
This commit is contained in:
parent
1a14a44f6c
commit
440177c133
2 changed files with 0 additions and 24 deletions
|
|
@ -68,12 +68,6 @@ function valueUpdate(value: string) {
|
|||
v-model="model"
|
||||
class="col-2"
|
||||
>
|
||||
<template #year="{ value }">
|
||||
{{ $i18n.locale === 'tha' ? value + 543 : value }}
|
||||
</template>
|
||||
<template #year-overlay-value="{ value }">
|
||||
{{ $i18n.locale === 'tha' ? value + 543 : value }}
|
||||
</template>
|
||||
<template #trigger>
|
||||
<q-input
|
||||
placeholder="DD/MM/YYYY"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue