isobit-ui 0.0.88 → 0.0.89
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.89
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2082,6 +2082,7 @@ var script$a = {
|
|
|
2082
2082
|
updated: function updated() {
|
|
2083
2083
|
var me = this;
|
|
2084
2084
|
var v = me.$attrs.value;
|
|
2085
|
+
console.log('v===' + v);
|
|
2085
2086
|
var p = me.$el.childNodes[0];
|
|
2086
2087
|
var old = p.selectedIndex;
|
|
2087
2088
|
|