Skip to content

Commit

Permalink
chore: fix annoying issue with multiple canvas demo casing
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Mar 27, 2024
1 parent 354f4dd commit a4ba255
Show file tree
Hide file tree
Showing 3 changed files with 1,075 additions and 769 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion playground/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const routes = [
{
path: '/multiple',
name: 'Multiple',
component: () => import('./pages/Multiple.vue'),
component: () => import('./pages/MultipleCanvas.vue'),
},
{
path: '/cameras/multiple-cameras',
Expand Down
Loading

0 comments on commit a4ba255

Please sign in to comment.