feat: add CPlaceholder component

This commit is contained in:
Łukasz Holeczek
2021-11-29 14:31:17 +01:00
parent a46ab69767
commit 3ac510ec09
3 changed files with 200 additions and 1 deletions
+5
View File
@@ -84,6 +84,11 @@ const routes = [
name: 'Paginations',
component: () => import('@/views/base/Paginations.vue'),
},
{
path: '/base/placeholders',
name: 'Placeholders',
component: () => import('@/views/base/Placeholders.vue'),
},
{
path: '/base/popovers',
name: 'Popovers',