chore: remove unuse
This commit is contained in:
parent
d8323d6851
commit
df7ecfcdcf
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { onMounted, ref, watch } from 'vue';
|
||||||
import { selectFilterOptionRefMod } from 'src/stores/utils';
|
import { selectFilterOptionRefMod } from 'src/stores/utils';
|
||||||
import { QSelect } from 'quasar';
|
import { QSelect } from 'quasar';
|
||||||
|
|
||||||
const model = defineModel<string | Date | null>();
|
const model = defineModel<string | null>();
|
||||||
|
|
||||||
const options = ref<Record<string, unknown>[]>([]);
|
const options = ref<Record<string, unknown>[]>([]);
|
||||||
let defaultFilter: (
|
let defaultFilter: (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue