feat: add Font Awesome brand icons view

This commit is contained in:
woothu
2019-06-14 11:45:48 +02:00
parent 066f41d5ff
commit 772a0502b8
3 changed files with 53 additions and 3 deletions
+7 -1
View File
@@ -38,8 +38,9 @@ const Dropdowns = () => import('@/views/buttons/Dropdowns')
const BrandButtons = () => import('@/views/buttons/BrandButtons')
// Views - Icons
const Flags = () => import('@/views/icons/Flags')
const CoreUIIcons = () => import('@/views/icons/CoreUIIcons')
const Brands = () => import('@/views/icons/Brands')
const Flags = () => import('@/views/icons/Flags')
// Views - Notifications
const Alerts = () => import('@/views/notifications/Alerts')
@@ -256,6 +257,11 @@ export default new Router({
name: 'Icons library',
component: CoreUIIcons
},
{
path: 'brands',
name: 'Brands',
component: Brands
},
{
path: 'flags',
name: 'Flags',