标签:字符串 path nbsp 总结 push 注意 依赖 his class
依赖 vue-router
获得当前字符串,对应当前路由的路径,总是解析为绝对路径。
computed: { productIcon () { return this.imgMap[this.$route.path] } }
跳转到指定页面 使用router - link to:"/orderList" 可以,注意带/是定位到了根元素
this.$router.push({path: ‘/orderList‘})
标签:字符串 path nbsp 总结 push 注意 依赖 his class
原文地址:http://www.cnblogs.com/waitforyou/p/6790216.html