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
+10
View File
@@ -22,6 +22,16 @@ const routes = [
component: () =>
import(/* webpackChunkName: "dashboard" */ "@/views/Dashboard.vue"),
},
{
path: "/theme/colors",
name: "Colors",
component: () => import("@/views/theme/Colors.vue"),
},
{
path: "/theme/typography",
name: "Typography",
component: () => import("@/views/theme/Typography.vue"),
},
{
path: "/base",
name: "Base",