Skip to content

Commit 0a3f943

Browse files
marxangelsdyanalinga
authored andcommitted
pull (#13)
* feat[ErrorLog]: add a clear button in ErrorLog component (PanJiaChen#2065) * fix[redirect]: fix redirect bug in vue-devtools (PanJiaChen#2066)
1 parent 8aab538 commit 0a3f943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/redirect/index.vue

+1
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)