摘要: // The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue 阅读全文
posted @ 2020-02-21 16:09 javascript9527 阅读(525) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue' import Router from 'vue-router' // 导入 Login 组件(注意,不要添加 .vue 后缀) import Login from '@/components/login/Login' // 导入首页组件 import Ho 阅读全文
posted @ 2020-02-21 16:08 javascript9527 阅读(279) 评论(0) 推荐(0) 编辑