Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(ApiTreeSelect): ApiTreeSelect组件首次调用会重复请求(#2940) 由于watchEffect,onMounted会立即执行,所以导致重复请求。 并且 watch函数和watchEffect监听的依赖重复了,故删去 * chore: update ant design npm version * chore: 修改antd的css引用路径 * style(layout): 替换sider header组件传参属性,适配原有组件的样式 * style(Menu): 去除气泡卡片的背景 * chore: typo * typo(Modal): 将visible替换成open * typo:修改modal弹窗的绑定函数名称 * style(Modal): 为了解决直接引用 Modal 组件时关闭按钮样式的问题,增加一个名为 "vben-basic-modal" 的类名,以实现样式隔离。 * Update package.json * typo(Drawer): Drawer 组件 visible 变为 open * typo(Table): Table 组件 filterDropdownVisible 变为 filterDropdownOpen。 * typo(TreeSelect): 组件弹框的 classname API 统一为 popupClassName,dropdownClassName
- Loading branch information