chenjun 1 жил өмнө
parent
commit
a3c4f21ce9

+ 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;