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 a7ed48a commit 89ae874Copy full SHA for 89ae874
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