@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.cjs.js CHANGED
@@ -24295,6 +24295,16 @@ const hdl = {
24295
24295
  scopeThis: scopeThis_box
24296
24296
  });
24297
24297
  }
24298
+ },
24299
+ collapseChange({activeNames, item}){
24300
+
24301
+ console.log('测试 000', activeNames);
24302
+ console.log('测试 111', item.activeNames);
24303
+
24304
+ item.activeNames = activeNames;
24305
+
24306
+ console.log('测试 222', item.activeNames);
24307
+
24298
24308
  }
24299
24309
  };
24300
24310
 
@@ -24353,7 +24363,7 @@ return (_ctx, _cache) => {
24353
24363
  modelValue: item0.activeNames,
24354
24364
  "onUpdate:modelValue": $event => ((item0.activeNames) = $event),
24355
24365
  style: vue.normalizeStyle(style.collapse.style),
24356
- onChange: activeNames=>{item0.activeNames = activeNames;}
24366
+ onChange: activeNames=>{hdl.collapseChange({activeNames, item: item0});}
24357
24367
  }, {
24358
24368
  default: vue.withCtx(() => [
24359
24369
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(item0.items, (item1, index1) => {