@pisell/materials 1.0.741 → 1.0.743

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.
@@ -94,10 +94,7 @@ const ButtonGroupMeta: IPublicTypeComponentMetadata = {
94
94
  return {
95
95
  buttonText: "按钮名称",
96
96
  buttonType: "default",
97
- onClick: (e) => {
98
- console.log(e,99999999);
99
- alert('点击了按钮')
100
- },
97
+ onClick: () => {},
101
98
  };
102
99
  },
103
100
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.741",
3
+ "version": "1.0.743",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",