chore: demo i18n

This commit is contained in:
Li Kui
2025-11-06 16:42:25 +08:00
parent a38d081f17
commit dc77721c11
3 changed files with 5 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ const routes: RouteRecordRaw[] = [
children: [
{
meta: {
title: $t('demos.antd'),
title: $t('demos.tdesign'),
},
name: 'AntDesignDemos',
path: '/demos/ant-design',
name: 'TDesignDemos',
path: '/demos/tdesign',
component: () => import('#/views/demos/tdesign/index.vue'),
},
],