Replace with vue/no-setup-props-reactivity-loss rule (#14062)
This commit is contained in:
parent
a9012d3d0c
commit
4d2eddec2e
9 changed files with 10 additions and 10 deletions
|
|
@ -148,7 +148,7 @@ const emit = defineEmits<{
|
|||
|
||||
const dialog = shallowRef<InstanceType<typeof MkModalWindow>>();
|
||||
|
||||
// eslint-disable-next-line vue/no-setup-props-destructure
|
||||
// eslint-disable-next-line vue/no-setup-props-reactivity-loss
|
||||
const page = ref(defaultStore.state.accountSetupWizard);
|
||||
|
||||
watch(page, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue