Skip to content

Commit a4ba255

Browse files
committed
chore: fix annoying issue with multiple canvas demo casing
1 parent 354f4dd commit a4ba255

File tree

3 files changed

+1075
-769
lines changed

3 files changed

+1075
-769
lines changed

playground/src/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const routes = [
3434
{
3535
path: '/multiple',
3636
name: 'Multiple',
37-
component: () => import('./pages/Multiple.vue'),
37+
component: () => import('./pages/MultipleCanvas.vue'),
3838
},
3939
{
4040
path: '/cameras/multiple-cameras',

0 commit comments

Comments
 (0)