fix: bug#12031
This commit is contained in:
parent
58a0695fff
commit
b734f86450
|
@ -105,6 +105,8 @@ const props = defineProps({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const route = useRoute();
|
||||||
|
|
||||||
const _vis = computed({
|
const _vis = computed({
|
||||||
get: () => props.visible,
|
get: () => props.visible,
|
||||||
set: (val) => emit('update:visible', val),
|
set: (val) => emit('update:visible', val),
|
||||||
|
|
Loading…
Reference in New Issue