chenjun 1 年之前
父节点
当前提交
a3c4f21ce9
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;