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.
- package/dist/index.js +5 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
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
|
-
|
|
1355
|
-
|
|
1354
|
+
var me = this;
|
|
1355
|
+
setTimeout(function () {
|
|
1356
|
+
me.$emit('updated');
|
|
1357
|
+
}, 1000);
|
|
1356
1358
|
}
|
|
1357
1359
|
},
|
|
1358
1360
|
methods: {
|