isobit-ui 0.2.161 → 0.2.162
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.161
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1085,6 +1085,7 @@ var script$j = {
|
|
|
1085
1085
|
return Math.ceil(el.offsetHeight + margin);
|
|
1086
1086
|
},
|
|
1087
1087
|
resize: function resize(e) {
|
|
1088
|
+
console.log('v-form.resize');
|
|
1088
1089
|
var me = this,
|
|
1089
1090
|
el = me.$el,
|
|
1090
1091
|
h = e.height;
|