introduction section

This commit is contained in:
T-A-H-prog
2026-05-03 14:53:02 +02:00
parent 6e69ae9cfe
commit c3075328a3
6 changed files with 175 additions and 62 deletions

View File

@@ -5,7 +5,7 @@ import ExperienceView from '../views/ExperienceView.vue'
const routes: RouteRecordRaw[] = [
{ path: '/', component: HomeView },
{ path: '/experience',
{ path: '/recommSpotify',
component: ExperienceView,
props: { modelUrl: '/models/door_room_firstVersion_materials-draco.glb', dracoPath: '/draco/' } }
]