Skip to content

Commit 7dfce1b

Browse files
committedSep 12, 2023
feat(Lensflare): update route to LensflareDemo
1 parent 84f3a79 commit 7dfce1b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎playground/src/router/routes/abstractions.ts

+5
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ export const abstractionsRoutes = [
1414
name: 'MouseParallax',
1515
component: () => import('../../pages/abstractions/MouseParallaxDemo.vue'),
1616
},
17+
{
18+
path: '/abstractions/lensflare',
19+
name: 'Lensflare',
20+
component: () => import('../../pages/abstractions/LensflareDemo.vue'),
21+
},
1722
]

0 commit comments

Comments
 (0)
Please sign in to comment.