Files
login/pages/index.vue
Xuan Loi 56f3509d4d changes
2025-12-05 17:53:49 +07:00

9 lines
111 B
Vue

<template>
</template>
<script>
export default {
created() {
this.$router.push('/signin')
}
}
</script>