爱笑宝贝

文章
6
资源
0
加入时间
3年0月9天

Vue路由知识

1.作用将不同的url对应不同的组件 ,比较适合单页面开发vue-router是vue的一个插件,需要安装使用2.安装1.cdn2.npm3.vue-router.js3.基本使用new Vue({ components:{ "student":{ template:`` } }});1.定义组件 var student={ template:`` }2.定义路由 va