@yoooloo42/joker 1.0.285 → 1.0.286

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.esm.js CHANGED
@@ -24291,6 +24291,16 @@ const hdl = {
24291
24291
  scopeThis: scopeThis_box
24292
24292
  });
24293
24293
  }
24294
+ },
24295
+ collapseChange({activeNames, item}){
24296
+
24297
+ console.log('测试 000', activeNames);
24298
+ console.log('测试 111', item.activeNames);
24299
+
24300
+ item.activeNames = activeNames;
24301
+
24302
+ console.log('测试 222', item.activeNames);
24303
+
24294
24304
  }
24295
24305
  };
24296
24306
 
@@ -24349,7 +24359,7 @@ return (_ctx, _cache) => {
24349
24359
  modelValue: item0.activeNames,
24350
24360
  "onUpdate:modelValue": $event => ((item0.activeNames) = $event),
24351
24361
  style: normalizeStyle(style.collapse.style),
24352
- onChange: activeNames=>{item0.activeNames = activeNames;}
24362
+ onChange: activeNames=>{hdl.collapseChange({activeNames, item: item0});}
24353
24363
  }, {
24354
24364
  default: withCtx(() => [
24355
24365
  (openBlock(true), createElementBlock(Fragment, null, renderList(item0.items, (item1, index1) => {