@@ -18,6 +18,7 @@ const props = defineProps({
const emits = defineEmits(['update:visible']);
+// 关闭
const close = () => {
emits('update:visible', false);
};