随笔分类 -  vue

vue 路由问题
摘要:路由跳转: { name:user, path: '/user/:id', components: user } 1.this.$router.push('/user') => 可以带在路由已经定义的参数 => this.$router.push('/user/id'+id) 2.this.$rou 阅读全文

posted @ 2018-03-16 16:10 会醉的鸟 阅读(120) 评论(0) 推荐(0)