fix: v-mode open missing
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
Thanaphon Frappet 2025-03-12 15:46:46 +07:00
parent 47395b0847
commit e2abeca79a

View file

@ -33,7 +33,7 @@ enum Step {
Configure = 2, Configure = 2,
} }
const open = defineModel<boolean>('selected', { default: false }); const open = defineModel<boolean>({ default: false });
const step = ref<Step>(Step.Product); const step = ref<Step>(Step.Product);
const selected = ref<{ _work: RequestWork }[]>([]); const selected = ref<{ _work: RequestWork }[]>([]);
const form = reactive({ const form = reactive({