UpdateUI - CreatorFolio (J'ai rendu la page dynamique, il reste a faire beaucoup d'ajustements)

This commit is contained in:
PascalMarchesseault
2024-03-31 01:58:48 -04:00
parent e339b5ff67
commit eeb7393420
9 changed files with 1956 additions and 1052 deletions

View File

@@ -12,7 +12,7 @@ const router = createRouter({
routes: [
{
path: '/',
name: 'home',
name: 'main',
component: HomeView
},
{
@@ -44,7 +44,12 @@ const router = createRouter({
path: '/roadmap',
name: 'roadmap',
component: ProjectRoadmap
}
},
{
path: '/home',
name: 'home',
component: HomeView
},
],
scrollBehavior(to, from, savedPosition) {
return { top: 0 };