We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aab538 commit 0a3f943Copy full SHA for 0a3f943
src/views/redirect/index.vue
@@ -4,6 +4,7 @@ export default {
4
const { params, query } = this.$route
5
const { path } = params
6
this.$router.replace({ path: '/' + path, query })
7
+ return
8
},
9
render: function(h) {
10
return h() // avoid warning message
0 commit comments