Merge branch 'dev-bagus' of https://github.com/defuj/eis into development

This commit is contained in:
Dede Fuji Abdul
2023-10-27 11:04:36 +07:00
3 changed files with 38 additions and 26 deletions

View File

@ -1,8 +1,8 @@
<script setup lang="ts">
import { ref, watch } from 'vue'
import { ref } from 'vue'
import VueTailwindDatepicker from 'vue-tailwind-datepicker'
const dateValue = ref([])
const dateValue = ref("")
const formatter = ref({
date: 'DD MMM YYYY',
month: 'MMM'