doway-coms 2.11.45 → 2.11.46

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": "doway-coms",
3
- "version": "2.11.45",
3
+ "version": "2.11.46",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -663,6 +663,7 @@ export default {
663
663
  this.inputClickEvent(null)
664
664
  })
665
665
  }
666
+ this.$emit('inputChangeEvent', null)
666
667
  },
667
668
  inputBlurEvent(event) {},
668
669
  /**