Ajout du profil ARPS

This commit is contained in:
PascalMarchesseault
2024-05-24 00:09:46 -04:00
parent 5f4946112b
commit c3bedadad8
9 changed files with 995 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
import ARPS from '@/views/manualusers/ARPS.vue'
import GuillaumeAime from '@/views/manualusers/GuillaumeAime.vue'
import About from '@/views/tos/About.vue'
import ContentPolicy from '@/views/tos/ContentPolicy.vue'
@@ -130,6 +131,12 @@ const router = createRouter({
name: 'mathieucaron',
component: MathieuCaron
},
{
path: '/arps',
name: 'arps',
component: ARPS
},
],
scrollBehavior(to, from, savedPosition) {
return { top: 0 };