Refactor filters component and add new data property

This commit is contained in:
probdg
2024-02-10 06:14:08 +07:00
parent 83a25527bb
commit eece7bcb92
6 changed files with 361 additions and 46 deletions

View File

@@ -2,6 +2,10 @@
import Select from '@/components/Select.vue'
import DatePicker from '@/components/DatePicker.vue'
import InputWithFilter from '../InputWithFilter.vue'
import { ref } from 'vue'
const data = ref({
periode: '',
})
</script>
<template>