feat(admin): migrate mail to vue 3 composable

parent 36ba1eb1
......@@ -11,6 +11,6 @@
"source.fixAll.eslint": true
},
"i18n-ally.localesPaths": [
"server/locales"
"ux/src/i18n/locales"
]
}
......@@ -46,7 +46,7 @@ const routes = [
// -> System
// { path: 'api', component: () => import('../pages/AdminApi.vue') },
// { path: 'extensions', component: () => import('../pages/AdminExtensions.vue') },
// { path: 'mail', component: () => import('../pages/AdminMail.vue') },
{ path: 'mail', component: () => import('../pages/AdminMail.vue') },
// { path: 'security', component: () => import('../pages/AdminSecurity.vue') },
{ path: 'system', component: () => import('../pages/AdminSystem.vue') },
// { path: 'utilities', component: () => import('../pages/AdminUtilities.vue') },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment