We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaaaea commit d513718Copy full SHA for d513718
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