feat: add CPlaceholder component
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user