add blocks

This commit is contained in:
Atakan
2025-11-08 17:37:47 +03:00
parent 13a50a3af3
commit 319f976d2b
4 changed files with 1261 additions and 0 deletions

View File

@@ -89,6 +89,14 @@ const router = createRouter({
name: 'timeline',
component: () => import('@/views/uikit/TimelineDoc.vue')
},
{
path: '/blocks',
name: 'blocks',
meta: {
breadcrumb: ['Prime Blocks', 'Free Blocks']
},
component: () => import('@/views/utilities/Blocks.vue')
},
{
path: '/pages/empty',
name: 'empty',