refactor: admin general to vue3 comp api

pull/5698/head
NGPixel 3 years ago
parent 358ad1fdcd
commit 464f55cf46
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63

File diff suppressed because it is too large Load Diff

@ -31,7 +31,7 @@ const routes = [
{ path: 'dashboard', component: () => import('../pages/AdminDashboard.vue') },
{ path: 'sites', component: () => import('../pages/AdminSites.vue') },
// // -> Site
// { path: ':siteid/general', component: () => import('../pages/AdminGeneral.vue') },
{ path: ':siteid/general', component: () => import('../pages/AdminGeneral.vue') },
{ path: ':siteid/editors', component: () => import('../pages/AdminEditors.vue') },
// { path: ':siteid/locale', component: () => import('../pages/AdminLocale.vue') },
// { path: ':siteid/login', component: () => import('../pages/AdminLogin.vue') },

Loading…
Cancel
Save