isobit-ui 0.1.14 → 0.1.15
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 +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.1.
|
|
2
|
+
* isobit-ui v0.1.15
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6492,6 +6492,9 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
6492
6492
|
me.ddd(me.$root);
|
|
6493
6493
|
},
|
|
6494
6494
|
methods: {
|
|
6495
|
+
resize: function resize() {
|
|
6496
|
+
Vue$1.resize();
|
|
6497
|
+
},
|
|
6495
6498
|
bindLinks: function bindLinks(el, callback) {
|
|
6496
6499
|
var me = this;
|
|
6497
6500
|
el = el ? el : me.$el; //console.log(el);
|