From 024783588e577a68c7e285dd83d1cae9bf9c0862 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期四, 11 一月 2024 14:27:46 +0800 Subject: [PATCH] update 升级@intlify/unplugin-vue-i18n版本依赖 update i18n使用方法。 add 新增i18n vite插件。 --- src/api/demo/tree/types.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/api/demo/tree/types.ts b/src/api/demo/tree/types.ts index 4b491c0..e164d8b 100644 --- a/src/api/demo/tree/types.ts +++ b/src/api/demo/tree/types.ts @@ -23,6 +23,11 @@ * 鍊� */ treeName: string; + + /** + * 瀛愬璞� + */ + children: TreeVO[]; } export interface TreeForm extends BaseEntity { -- Gitblit v1.9.3