chore: bump vue-i18n from 9.14.0 to 10.0.1 (#4393)
This commit is contained in:
@@ -110,6 +110,7 @@ const routes: RouteRecordRaw[] = [
|
||||
path: '/demos/features/icons',
|
||||
component: () => import('#/views/demos/features/icons/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:annoyed',
|
||||
title: $t('page.demos.features.icons'),
|
||||
},
|
||||
},
|
||||
@@ -119,6 +120,7 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () =>
|
||||
import('#/views/demos/features/watermark/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:tags',
|
||||
title: $t('page.demos.features.watermark'),
|
||||
},
|
||||
},
|
||||
@@ -171,6 +173,7 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () =>
|
||||
import('#/views/demos/features/full-screen/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:fullscreen',
|
||||
title: $t('page.demos.features.fullScreen.title'),
|
||||
},
|
||||
},
|
||||
@@ -180,6 +183,7 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () =>
|
||||
import('#/views/demos/features/clipboard/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:copy',
|
||||
title: $t('page.demos.features.clipboard'),
|
||||
},
|
||||
},
|
||||
@@ -189,6 +193,7 @@ const routes: RouteRecordRaw[] = [
|
||||
component: () =>
|
||||
import('#/views/demos/features/vue-query/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:git-pull-request-arrow',
|
||||
title: 'Tanstack Query',
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user