feature: add global size option (#1024)
This commit is contained in:
11
src/views/redirect/index.vue
Normal file
11
src/views/redirect/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script>
|
||||
export default {
|
||||
beforeCreate() {
|
||||
const path = this.$route.params.path
|
||||
this.$router.replace('/' + path)
|
||||
},
|
||||
render: function(h) {
|
||||
return h() // avoid warning message
|
||||
}
|
||||
}
|
||||
</script>
|
Reference in New Issue
Block a user