isobit-ui 0.0.106 → 0.0.108

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * isobit-ui v0.0.106
2
+ * isobit-ui v0.0.108
3
3
  * (c) Erik Alarcon Pinedo
4
4
  * Released under the MIT License.
5
5
  */
@@ -1351,8 +1351,10 @@ var script$c = {
1351
1351
  },
1352
1352
  watch: {
1353
1353
  kc: function kc(nv) {
1354
- alert(nv);
1355
- this.$emit('updated');
1354
+ var me = this;
1355
+ setTimeout(function () {
1356
+ me.$emit('updated');
1357
+ }, 1000);
1356
1358
  }
1357
1359
  },
1358
1360
  methods: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isobit-ui",
3
- "version": "0.0.106",
3
+ "version": "0.0.108",
4
4
  "description": "Vue component to play videos",
5
5
  "keywords": [
6
6
  "ui",