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);
 };