@wx-design/components 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wx-design/components",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -16,7 +16,7 @@ import {
16
16
 
17
17
  // 头部筛选条,默认不展示
18
18
  export type SabHeaderFilterProps<D = VxeTableDataRow> = {
19
- // 是否启用筛选条,默认 false
19
+ // 是否启用筛选条,默认 true
20
20
  enable?: boolean;
21
21
  // 触发方式
22
22
  // change - 当筛选项发生变动后立即触发