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