Base Login
This commit is contained in:
8
pages/index.vue
Normal file
8
pages/index.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template></template>
|
||||
<script>
|
||||
export default {
|
||||
created() {
|
||||
this.$router.push('/signin');
|
||||
},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user