mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 设置菜单折叠宽度
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
export type ListType = {
|
||||
key: string
|
||||
type: string
|
||||
name: string
|
||||
desc: string
|
||||
value: any
|
||||
tip?: string
|
||||
}
|
||||
Reference in New Issue
Block a user