Update posko parameter to accept integer instead of string

This commit is contained in:
Eko Haryadi
2024-02-23 10:46:21 +07:00
parent ef73152128
commit c58904aa32
42 changed files with 144 additions and 163 deletions

View File

@ -42,7 +42,7 @@ watch(dateValue, (newValue) => {
:formatter="formatter"
separator=" s/d "
:shortcuts="customShortcuts"
:auto-apply="false"
:auto-apply="true"
as-single
use-range
v-slot="{ value, placeholder }"