vue路由

一、App.vue中的<router-view></router-view>

凡是定义到index.js中的组件,都会被渲染到App.vue中

二、路由跳转和a标签的区别

a标签是用来跳其他链接或者锚点;
页面跳转一般用this.$router.push/replace,或者使用router-link标签。

    原文作者:lumiere
    原文地址: https://segmentfault.com/a/1190000018360158
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞