Explorar o código

feat: 去除debug

bill hai 16 horas
pai
achega
a64e1864c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/example/components/slide/slide.vue

+ 1 - 1
src/example/components/slide/slide.vue

@@ -83,7 +83,7 @@ const enterItem = (item: MenuItem) => {
   return hoverMenu.push(svar);
 };
 const hover = hoverManage(enterItem);
-enterItem(props.menus[2]);
+// enterItem(props.menus[2]);
 
 const viewMap = reactive(new WeakMap<MenuItem, ShowAttr>());
 watch(active, (a) => {