vue-router使用总结

1、url中,"/"对应的是"App.vue"组件,如果"/"有子路由,则"App.vue"组件中要添加"",同理,url有多层,则上一层对应的组件种都要有""。

参考:

vue-router 基本使用:https://blog.csdn.net/duansamve/article/details/80872015

vue-router在项目中的应用总结:https://blog.csdn.net/duansamve/article/details/90320967

你可能感兴趣的:(vue,vue.js)