update
This commit is contained in:
parent
bbf03e66fb
commit
08238c4a7d
@ -1,10 +1,11 @@
|
||||
<script>
|
||||
import { h } from 'vue';
|
||||
export default {
|
||||
created() {
|
||||
this.$router.replace(this.$route.fullPath.replace(/^\/redirect/, ''));
|
||||
},
|
||||
render(h) {
|
||||
return h();
|
||||
render() {
|
||||
return h('div');
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user