mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-29 11:34:08 +00:00
v3.7.2 版本代码合并
This commit is contained in:
10
jeecgboot-vue3/types/main.d.ts
vendored
Normal file
10
jeecgboot-vue3/types/main.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// 应用参数
|
||||
export type MainAppProps = {
|
||||
container?: HTMLElement;
|
||||
// 隐藏侧边栏(菜单)
|
||||
hideSider?: boolean;
|
||||
// 隐藏顶部
|
||||
hideHeader?: boolean;
|
||||
// 隐藏 多Tab 切换
|
||||
hideMultiTabs?: boolean;
|
||||
}
|
Reference in New Issue
Block a user