chore: remove unuse

This commit is contained in:
puriphatt 2024-09-27 15:21:31 +07:00
parent d8323d6851
commit df7ecfcdcf

View file

@ -3,7 +3,7 @@ import { onMounted, ref, watch } from 'vue';
import { selectFilterOptionRefMod } from 'src/stores/utils';
import { QSelect } from 'quasar';
const model = defineModel<string | Date | null>();
const model = defineModel<string | null>();
const options = ref<Record<string, unknown>[]>([]);
let defaultFilter: (