Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulqoyum6 committed Jun 26, 2023
1 parent 6824c1e commit 5130ad9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file added envaccord.zip
Binary file not shown.
6 changes: 5 additions & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ const router = createRouter({
routes: [
{
path: '/',
redirect: '/login'
},
{
path: '/home',
name: 'home',
component: HomeView,
children: [
{
path: '/',
path: '/home',
name: 'Clients',
component: () => import('../components/ClientListPage.vue')
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
</div>
</div>
<router-link class="" to="/"><button type="submit" class="bg-[#0000ff] w-full text-center py-[7px] h-fit rounded-[5px] text-white text-[16px] font-semibold">Sign in</button></router-link>
<router-link class="" to="/home"><button type="submit" class="bg-[#0000ff] w-full text-center py-[7px] h-fit rounded-[5px] text-white text-[16px] font-semibold">Sign in</button></router-link>
</div>
</div>
</div>
Expand Down

0 comments on commit 5130ad9

Please sign in to comment.