摘要:
1 const routes = [ 2 { 3 path: '/', 4 name: '导航一', 5 component: Main, 6 children: [ 7 { 8 path: '/pageOne', 9 name: '选项一', 10 component: PageOne 11 },
阅读全文
摘要:
npm环境安装、配置:https://www.bilibili.com/video/BV1VK4y1v7TK?t=1555 安装成功后,下载包步骤:如下载vue 管理员身份运行 cmd 先运行:npm install -g vue >>> 重启 cmd 查看版本:vue -V >>> 如果显示不是内
阅读全文