skyblued 2 년 전
부모
커밋
3da5f87888
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/shop-mall/components/TheHomeHeader/index.tsx

+ 1 - 1
src/views/shop-mall/components/TheHomeHeader/index.tsx

@@ -29,7 +29,7 @@ export default defineComponent({
         }
       })
     }
-    init()
+    // init()
     const popoverSlots = {
       reference: () => (
         <img class={styles.more} src={IconMore} onClick={() => emit('more')} />