Browse Source

fix: 隐藏样式

zh 2 năm trước cách đây
mục cha
commit
61a189301d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/MenuRouter/index.vue

+ 1 - 1
src/components/MenuRouter/index.vue

@@ -7,7 +7,7 @@
         </template>
         <template v-else>
           <h5 class="title">{{ item.meta.title }}</h5>
-          <MenuRouter :list="item.children" class="menu"/>
+          <MenuRouter :list="item.children" />
         </template>
       </template>
     </div>