refactor: make year as A.D.

This commit is contained in:
Methapon Metanipat 2024-09-30 11:09:07 +07:00
parent 1a14a44f6c
commit 440177c133
2 changed files with 0 additions and 24 deletions

View file

@ -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"