@yoooloo42/joker 1.0.286 → 1.0.287
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 +3 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -8
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24293,14 +24293,9 @@ const hdl = {
|
|
|
24293
24293
|
}
|
|
24294
24294
|
},
|
|
24295
24295
|
collapseChange({activeNames, item}){
|
|
24296
|
-
|
|
24297
|
-
|
|
24298
|
-
|
|
24299
|
-
|
|
24300
|
-
item.activeNames = activeNames;
|
|
24301
|
-
|
|
24302
|
-
console.log('测试 222', item.activeNames);
|
|
24303
|
-
|
|
24296
|
+
if(item.hdlChange){
|
|
24297
|
+
item.hdlChange(activeNames);
|
|
24298
|
+
}
|
|
24304
24299
|
}
|
|
24305
24300
|
};
|
|
24306
24301
|
|