TsingfunLee 6 ay önce
ebeveyn
işleme
451e6f7531
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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);
 };