@hw-component/form 0.0.7-beta-v6 → 0.0.7-beta-v7

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.
@@ -39,7 +39,7 @@ var HSubmit = (function (_ref) {
39
39
  onClick: function onClick() {
40
40
  form.resetFields();
41
41
  },
42
- children: "\u91CD\u5236"
42
+ children: "\u91CD\u7F6E"
43
43
  })), jsx(Button, _objectSpread(_objectSpread({}, props), {}, {
44
44
  type: type,
45
45
  onClick: form.submit,
@@ -42,7 +42,7 @@ var HSubmit = (function (_ref) {
42
42
  onClick: function onClick() {
43
43
  form.resetFields();
44
44
  },
45
- children: "\u91CD\u5236"
45
+ children: "\u91CD\u7F6E"
46
46
  })), jsxRuntime.jsx(antd.Button, _objectSpread(_objectSpread({}, props), {}, {
47
47
  type: type,
48
48
  onClick: form.submit,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/form",
3
- "version": "0.0.7-beta-v6",
3
+ "version": "0.0.7-beta-v7",
4
4
  "description": "基于antd二次开发",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@ export default ({
29
29
  form.resetFields();
30
30
  }}
31
31
  >
32
- 重制
32
+ 重置
33
33
  </Button>
34
34
  )}
35
35
  <Button