Add pinia and start working on authentication integration with appwrite

This commit is contained in:
2023-11-05 19:21:03 -05:00
parent e37998f188
commit edde4e79fd
13 changed files with 207 additions and 118 deletions

View File

@@ -6,7 +6,10 @@ const routes: RouteRecordRaw[] = [
component: () => import('layouts/MainLayout.vue'),
children: [{ path: '', component: () => import('pages/IndexPage.vue') }],
},
{
path: '/Login',
component: () => import('pages/LoginPage.vue'),
},
// Always leave this as last one,
// but you can also remove it
{