fix: v-mode open missing
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
47395b0847
commit
e2abeca79a
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue