refactor: update views
This commit is contained in:
+3
-1
@@ -17,7 +17,9 @@ const routes = [
|
||||
// this generates a separate chunk (about.[hash].js) for this route
|
||||
// which is lazy-loaded when the route is visited.
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "dashboard" */ '@/views/Dashboard.vue'),
|
||||
import(
|
||||
/* webpackChunkName: "dashboard" */ '@/views/dashboard/Dashboard.vue'
|
||||
),
|
||||
},
|
||||
{
|
||||
path: '/theme',
|
||||
|
||||
Reference in New Issue
Block a user