diff --git a/src/components/ToolBar.vue b/src/components/ToolBar.vue index b18f76b..ece27a0 100644 --- a/src/components/ToolBar.vue +++ b/src/components/ToolBar.vue @@ -88,6 +88,7 @@ watch( :locale="'th'" autoApply year-picker + :transitions="false" :enableTimePicker="false" @update:modelValue="filterYearFn('year')" > @@ -123,6 +124,7 @@ watch( :locale="'th'" autoApply month-picker + :transitions="false" :enableTimePicker="false" @update:modelValue="filterYearFn('mount')" >