TsingfunLee 6 달 전
부모
커밋
451e6f7531
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      popups/index.vue

+ 1 - 0
popups/index.vue

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