This commit is contained in:
dap
2024-09-11 17:15:41 +08:00
30 changed files with 376 additions and 338 deletions

View File

@@ -52,7 +52,7 @@
"pinia": "2.2.2",
"tinymce": "^7.3.0",
"vue": "^3.5.4",
"vue-router": "^4.4.3"
"vue-router": "^4.4.4"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",

View File

@@ -29,6 +29,7 @@ const routes: RouteRecordRaw[] = [
path: '/workspace',
component: () => import('#/views/dashboard/workspace/index.vue'),
meta: {
icon: 'carbon:workspace',
title: $t('page.dashboard.workspace'),
},
},

View File

@@ -58,6 +58,7 @@ const routes: RouteRecordRaw[] = [
component: IFrameView,
meta: {
badgeType: 'dot',
icon: 'logos:naiveui',
link: VBEN_NAIVE_PREVIEW_URL,
title: $t('page.vben.naive-ui'),
},
@@ -68,6 +69,7 @@ const routes: RouteRecordRaw[] = [
component: IFrameView,
meta: {
badgeType: 'dot',
icon: 'logos:element',
link: VBEN_ELE_PREVIEW_URL,
title: $t('page.vben.element-plus'),
},