fix: bug#12031

This commit is contained in:
xieyonghong 2023-05-26 10:24:40 +08:00
parent 58a0695fff
commit b734f86450
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ const props = defineProps({
},
});
const route = useRoute();
const _vis = computed({
get: () => props.visible,
set: (val) => emit('update:visible', val),