doway-coms 1.6.49 → 1.6.50

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