Add two theme views

This commit is contained in:
Marcin Michałek
2021-08-06 10:49:53 +02:00
parent 3977cbd88e
commit b0e8088e36
5 changed files with 298 additions and 12 deletions
+12 -12
View File
@@ -13,18 +13,18 @@ export default [
// _name: 'CNavTitle',
// name: 'Theme'
// },
// {
// _name: 'CNavItem',
// name: 'Colors',
// to: '/theme/colors',
// icon: 'cil-drop'
// },
// {
// _name: 'CNavItem',
// name: 'Typography',
// to: '/theme/typography',
// icon: 'cil-pencil'
// },
{
_name: 'CNavItem',
name: 'Colors',
to: '/theme/colors',
icon: 'cil-drop'
},
{
_name: 'CNavItem',
name: 'Typography',
to: '/theme/typography',
icon: 'cil-pencil'
},
// {
// _name: 'CNavTitle',
// name: 'Components'