isobit-ui 0.2.55 → 0.2.56
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 +9 -3
- 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.55
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5701,8 +5701,14 @@ function _await(value, then, direct) {
|
|
|
5701
5701
|
}
|
|
5702
5702
|
|
|
5703
5703
|
window.isMobile = 1;
|
|
5704
|
-
if (typeof
|
|
5705
|
-
var _$1 =
|
|
5704
|
+
if (typeof window._ == 'undefined') window._ = {};
|
|
5705
|
+
var _$1 = window._;
|
|
5706
|
+
|
|
5707
|
+
if (!_$1.instance) {
|
|
5708
|
+
_$1.instance = axios$2;
|
|
5709
|
+
}
|
|
5710
|
+
|
|
5711
|
+
var instance = _$1.instance;
|
|
5706
5712
|
Vue$1.config.ignoredElements = [].concat(_toConsumableArray(Vue$1.config.ignoredElements || []), ['v-filter', 'v-footer']);
|
|
5707
5713
|
|
|
5708
5714
|
Vue$1.n = function (v) {
|