bkui-vue 0.0.1-beta.146 → 0.0.1-beta.147
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.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/lib/cascader/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -26257,8 +26257,8 @@ class Store {
|
|
26257
26257
|
constructor(props2) {
|
26258
26258
|
const { list } = props2;
|
26259
26259
|
this.data = list;
|
26260
|
-
this.nodes = this.data.map((node) => new Node$1(node, this.config));
|
26261
26260
|
this.config = props2;
|
26261
|
+
this.nodes = this.data.map((node) => new Node$1(node, this.config));
|
26262
26262
|
}
|
26263
26263
|
getNodes() {
|
26264
26264
|
return this.nodes;
|