refactor: vue3.3 defineOptions
This commit is contained in:
parent
66d62d0869
commit
b80702cd9d
@ -60,7 +60,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
path: 'index',
|
path: 'index',
|
||||||
component: () => import('@/views/Home/Index.vue'),
|
component: () => import('@/views/Home/Index.vue'),
|
||||||
name: 'Index',
|
name: 'Home',
|
||||||
meta: {
|
meta: {
|
||||||
title: t('router.home'),
|
title: t('router.home'),
|
||||||
icon: 'ep:home-filled',
|
icon: 'ep:home-filled',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user