摘要:
import Layout from './views/layout/Layout'; //设置动态加载的页面路径,在index.html里渲染出来的页面都必须在这里先写好.如果没在这里配好,则侧边栏不会出现页面链接 let asyncRoute = [ { path: '/mps',compone 阅读全文
摘要:
Vscode配置路径: 中文版: 文件-->首选项-->用户片段 英文版: file-->preferences-->user snippets 选择相应的文件类型,此处以vue为例 然后进入到 vue.json配置文件。配置内容如下: { // Place your snippets for vu 阅读全文