doway-coms 1.6.47 → 1.6.49

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": "1.6.47",
3
+ "version": "1.6.49",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -517,6 +517,8 @@ export default {
517
517
  * 输入框改变事件
518
518
  */
519
519
  inputChangeEvent(event) {
520
+ // 单独用此组件给改变事件
521
+ this.$emit("change")
520
522
  this.isInputChanged = true;
521
523
  if (event.type === "click" && event.pointerType === "mouse") {
522
524
  //点击了清空按钮