isobit-ui 0.0.343 → 0.0.344
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.0.
|
|
2
|
+
* isobit-ui v0.0.344
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2534,6 +2534,7 @@ var __vue_render__$b = function __vue_render__() {
|
|
|
2534
2534
|
var _c = _vm._self._c || _h;
|
|
2535
2535
|
|
|
2536
2536
|
return _c('div', {
|
|
2537
|
+
staticClass: "v-select",
|
|
2537
2538
|
staticStyle: {
|
|
2538
2539
|
"position": "relative"
|
|
2539
2540
|
}
|