4 changed files with 16 additions and 27 deletions
@ -1,21 +0,0 @@ |
|||
import type { RouteRecordRaw } from 'vue-router'; |
|||
|
|||
import { BasicLayout } from '#/layouts'; |
|||
import { $t } from '#/locales'; |
|||
|
|||
const routes: RouteRecordRaw[] = [ |
|||
{ |
|||
component: BasicLayout, |
|||
meta: { |
|||
icon: 'ic:baseline-view-in-ar', |
|||
keepAlive: true, |
|||
order: 1000, |
|||
title: $t('page.comp.title'), |
|||
}, |
|||
name: 'Comp', |
|||
path: '/comp', |
|||
children: [], |
|||
}, |
|||
]; |
|||
|
|||
export default routes; |
|||
Loading…
Reference in new issue