Skip to content

Commit

Permalink
fix: fix tabs page error in production after 3.4 (#796)
Browse files Browse the repository at this point in the history
* chore: upgrade component version to fix production error

* chore: upgrade component version to fix production error

* chore: comment

* chore: 新增标签

---------

Co-authored-by: 悠静萝莉 <[email protected]>
  • Loading branch information
uyarn and timi137137 authored Dec 11, 2024
1 parent cace4ca commit 3dfa8f2
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 44 deletions.
189 changes: 148 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"qrcode.vue": "^3.4.1",
"qs": "^6.11.2",
"tdesign-icons-vue-next": "^0.2.2",
"tdesign-vue-next": "^1.9.9",
"tdesign-vue-next": "^1.10.5",
"tvision-color": "^1.6.0",
"vue": "3.3.13",
"vue": "^3.5.0",
"vue-i18n": "^9.9.1",
"vue-router": "~4.3.0"
},
Expand Down
3 changes: 2 additions & 1 deletion src/types/interface.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export interface RouteMeta {
}

export interface MenuRoute {
path: string;
// TODO: menuitem 组件实际支持 string 类型但是类型错误,暂时使用 any 类型避免打包错误待组件类型修复
path: any;
title?: string | Record<string, string>;
name?: string;
icon?:
Expand Down

0 comments on commit 3dfa8f2

Please sign in to comment.