zh 2 anni fa
parent
commit
61a189301d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>