摘要: 设置vue.config.js文件 1 module.exports = { 2 css: { 4 loaderOptions: { 5 scss: { 6 prependData: '@import "./src/assets/css/variables.scss";' 7 } 8 } 9 } 1 阅读全文
posted @ 2021-03-10 16:50 智走 阅读(4221) 评论(0) 推荐(0) 编辑
摘要: component使用对象形式,使用render函数进行处理 1 { 2 path: '/system', 3 name: 'System', 4 meta: { 5 title: '系统设置', 6 icon: 'el-icon-setting' 7 }, 8 component: { 9 ren 阅读全文
posted @ 2021-03-10 16:17 智走 阅读(2484) 评论(0) 推荐(0) 编辑