refactor: vue3.3 defineOptions

pull/256/head
shizhong 2023-09-26 19:43:55 +08:00
parent 66d62d0869
commit b80702cd9d
1 changed files with 1 additions and 1 deletions

View File

@ -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',