Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 503 conditional rendering of primitives #514

Merged
merged 10 commits into from
Feb 21, 2024
Prev Previous commit
Next Next commit
Merge branch 'v4' into feature/503-conditional-rendering-of-primitives
  • Loading branch information
alvarosabu committed Feb 2, 2024
commit 3490c4a3c3d295316b128888b341a2dfe7d55276
5 changes: 5 additions & 0 deletions playground/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ const routes = [
name: 'Primitives',
component: () => import('./pages/primitives.vue'),
},
{
path: '/rendering-modes',
name: 'Rendering Modes',
component: () => import('./pages/rendering-modes/index.vue'),
},
{
path: '/empty',
name: 'empty',
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.