feat: 离线图标功能
This commit is contained in:
@@ -28,7 +28,7 @@ const routes: RouteRecordRaw[] = [
|
||||
path: '/vben-admin/about',
|
||||
component: () => import('#/views/_core/about/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:copyright',
|
||||
icon: 'lucide:copyright|offline',
|
||||
title: $t('demos.vben.about'),
|
||||
},
|
||||
},
|
||||
@@ -37,7 +37,7 @@ const routes: RouteRecordRaw[] = [
|
||||
path: '/vben-admin/document',
|
||||
component: IFrameView,
|
||||
meta: {
|
||||
icon: 'lucide:book-open-text',
|
||||
icon: 'lucide:book-open-text|offline',
|
||||
link: VBEN_DOC_URL,
|
||||
title: $t('demos.vben.document'),
|
||||
},
|
||||
|
Reference in New Issue
Block a user