chenjun 1 năm trước cách đây
mục cha
commit
a3c4f21ce9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/layout/components/Sidebar/SidebarItem.vue

+ 2 - 2
src/layout/components/Sidebar/SidebarItem.vue

@@ -58,13 +58,13 @@ export default {
     return {};
   },
   mounted () {
-    // 
+    //
     // const vnodes
     // vnodes.push(<span slot='title'>{(title)}</span>)
   },
   methods: {
     hasOneShowingChild (children = [], parent) {
-      // 
+      //
       const showingChildren = children.filter((item) => {
         if (item.hidden) {
           return false;