Skip to content

Commit 89ae874

Browse files
PanJiaChenTrong. Pham Van - CMC Global DU1.19
authored andcommitted
fix[redirect]: fix redirect bug in vue-devtools (PanJiaChen#2066)
1 parent a7ed48a commit 89ae874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/redirect/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default {
44
const { params, query } = this.$route
55
const { path } = params
66
this.$router.replace({ path: '/' + path, query })
7+
return
78
},
89
render: function(h) {
910
return h() // avoid warning message

0 commit comments

Comments
 (0)