摘要: 编程式导航 注意:官方文档写错了 通过javascript跳转 //第一种跳转方式 // this.$router.push({ path: 'news' }) // this.$router.push({ path: '/content/495' }); //另一种跳转方式 // { path: 阅读全文
posted @ 2018-06-08 15:30 C.E 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1.安装 npm install vue-router --save / cnpm install vue-router --save 2、引入并 Vue.use(VueRouter) (main.js) import VueRouter from 'vue-router' Vue.use(VueR 阅读全文
posted @ 2018-06-08 08:42 C.E 阅读(778) 评论(0) 推荐(0) 编辑