未验证 提交 27df9979 编写于 作者: 花裤衩 提交者: GitHub

fix[redirect]: fix redirect bug in vue-devtools (#2066)

上级 3a454347
......@@ -4,6 +4,7 @@ export default {
const { params, query } = this.$route
const { path } = params
this.$router.replace({ path: '/' + path, query })
return
},
render: function(h) {
return h() // avoid warning message
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册