@mpxjs/webpack-plugin 2.8.25-alpha.15 → 2.8.25-alpha.20

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.
@@ -141,6 +141,7 @@ export default {
141
141
  disabled: this.disabled,
142
142
  style: this.computedStyle,
143
143
  returnKeyType: this.confirmType,
144
+ value: this.value,
144
145
  ...getInnerListeners(this, { _input: true }),
145
146
  };
146
147
  return h("input", data, []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/webpack-plugin",
3
- "version": "2.8.25-alpha.15",
3
+ "version": "2.8.25-alpha.20",
4
4
  "description": "mpx compile core",
5
5
  "keywords": [
6
6
  "mpx"
@@ -85,5 +85,5 @@
85
85
  "engines": {
86
86
  "node": ">=14.14.0"
87
87
  },
88
- "gitHead": "76f3ab2ed024078afc89c48e9e009426ba866156"
88
+ "gitHead": "349316191b4100a2abcf8286aba3ad94e6104618"
89
89
  }