isobit-ui 0.0.429 → 0.0.430
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 +3 -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.430
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2087,6 +2087,8 @@ var script$d = {
|
|
|
2087
2087
|
} else {
|
|
2088
2088
|
me.data = [];
|
|
2089
2089
|
me.loadstore();
|
|
2090
|
+
console.log('me.data');
|
|
2091
|
+
console.log(me.data);
|
|
2090
2092
|
me.$emit('row-select', {});
|
|
2091
2093
|
}
|
|
2092
2094
|
} else {
|