fix[redirect]: fix redirect bug in vue-devtools (#2066)
This commit is contained in:
parent
3a4543478f
commit
27df997915
|
@ -4,6 +4,7 @@ export default {
|
||||||
const { params, query } = this.$route
|
const { params, query } = this.$route
|
||||||
const { path } = params
|
const { path } = params
|
||||||
this.$router.replace({ path: '/' + path, query })
|
this.$router.replace({ path: '/' + path, query })
|
||||||
|
return
|
||||||
},
|
},
|
||||||
render: function(h) {
|
render: function(h) {
|
||||||
return h() // avoid warning message
|
return h() // avoid warning message
|
||||||
|
|
Loading…
Reference in New Issue