TsingfunLee 6 miesięcy temu
rodzic
commit
451e6f7531
1 zmienionych plików z 1 dodań i 0 usunięć
  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);
 };