@kizmann/nano-ui 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kizmann/nano-ui",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Eduard Kizmann <kizmann@protonmail.ch>",
@@ -152,7 +152,7 @@ export default {
152
152
 
153
153
  ready()
154
154
  {
155
- this.$watch('form', Any.debounce(this.emitChange, 300), { deep: true });
155
+ this.$watch('form', this.emitChange, { deep: true });
156
156
  },
157
157
 
158
158
  render()