码迷,mamicode.com
首页 > 其他好文 > 详细

编程日志 Vue-element-admin

时间:2020-02-19 16:56:57      阅读:70      评论:0      收藏:0      [点我收藏+]

标签:out   component   tle   access   ssr   min   div   admin   动态加载   

新增页面,动态添加路由不成功,

accessedTreeRoutes.push({
            path: element.url,
            component: Layout,
            children: [
              {
                path: ‘index‘,
                component: () => import(`@/views${element.component}/index`),
                name: element.name,
                meta: { title: element.name, icon: element.icon, noCache: true }
              }
            ]
          })
 
          router.addRoutes(accessRoutes)
 
编译会不成功
.eslintrc.js
要改
‘indent‘: "off",
    // ‘indent‘: [2, 2, {
    //   ‘SwitchCase‘: 1
    // }],
    //‘template-curly-spacing‘:  [2, ‘never‘],
动态加载路由搞定。

编程日志 Vue-element-admin

标签:out   component   tle   access   ssr   min   div   admin   动态加载   

原文地址:https://www.cnblogs.com/forhell/p/12331760.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!