SignUP.vue component added

This commit is contained in:
valitovgaziz
2024-12-05 22:49:33 +05:00
parent 8d6996c49a
commit 47a9e724ab
5 changed files with 80 additions and 2 deletions
+5
View File
@@ -8,6 +8,11 @@ const router = createRouter({
path: '/',
name: 'home',
component: HomeView,
},
{
path: '/signin',
name: 'signin',
component: SingIn,
}
],
})