启动界面
查看index.js
这里的index不是全局的index,而是router底下的index。这里的index=router
Vue-router(一) HelloWorld:https://blog.csdn.net/weixin_34224941/article/details/89685845
vue同一个页面可以有多个router-view:https://www.cnblogs.com/yingyigongzi/p/10827156.html
>>vue常见面试题:https://zhuanlan.zhihu.com/p/92407628
>>vue案例:基于Vue的气象数据管理系统:https://gitee.com/fungiser/weather-management-web
>>vue常用标签:https://www.cnblogs.com/ericstefan/p/11536207.html vue标签和html标签的区别:https://blog.csdn.net/qq_42943107/article/details/91348278 https://www.zhihu.com/question/311127416 vue本质上就是一堆带着v-开头的标签吗?
Vue中常用基础标签:https://www.cnblogs.com/ericstefan/p/11536207.html
vue router导航守卫(router.beforeEach())的使用详解:https://www.jb51.net/article/159959.htm