mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-05 11:18:42 +08:00
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 { path } = params
|
||||
this.$router.replace({ path: '/' + path, query })
|
||||
return
|
||||
},
|
||||
render: function(h) {
|
||||
return h() // avoid warning message
|
||||
|
Loading…
x
Reference in New Issue
Block a user