aside.js 391 Bytes
Newer Older
Z's avatar
Z committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
// 菜单 侧边栏
// export default [
//   { path: '/index', title: '首页', icon: 'home' },
//   {
//     title: '页面',
//     icon: 'folder-o',
//     children: [
//       { path: '/page1', title: '页面 1' },
//       { path: '/page2', title: '页面 2' },
//       { path: '/page3', title: '页面 3' },
//       { path: '/page-demo', title: '新建示例' }
//     ]
//   }
// ]