@avakhula/ui 0.0.89 → 0.0.90

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": "@avakhula/ui",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -183,8 +183,8 @@ export default {
183
183
  }
184
184
 
185
185
  this.timer = setTimeout(() => {
186
- this.$emit("input", value);
187
186
  this.$emit("update:modelValue", value);
187
+ this.$emit("input", value);
188
188
  }, this.debounce);
189
189
  },
190
190
  },