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
posted @ 2018-03-16 16:10