Skip to content

Commit

Permalink
chore: upgrade component version to fix production error
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Dec 11, 2024
1 parent 932e287 commit e728ecd
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 37 deletions.
177 changes: 142 additions & 35 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tdesign-icons-vue-next": "^0.2.2",
"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;
// menuitem 组件支持 string 类型但是类型错误
path: any;
title?: string | Record<string, string>;
name?: string;
icon?:
Expand Down

0 comments on commit e728ecd

Please sign in to comment.