refactor: vue3.3 defineOptions

This commit is contained in:
shizhong 2023-09-26 19:43:55 +08:00
parent 66d62d0869
commit b80702cd9d

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