@yoooloo42/joker 1.0.212 → 1.0.214
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 +0 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -13
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -24484,18 +24484,6 @@ const props = __props;
|
|
|
24484
24484
|
const myProps_box = vue.reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
|
|
24485
24485
|
const scopeThis_box = vue.reactive(props.scopeThis);
|
|
24486
24486
|
|
|
24487
|
-
vue.watch(()=>props.myProps.menu, (newVal, oldVal) => {
|
|
24488
|
-
console.log('测试 000', newVal);
|
|
24489
|
-
});
|
|
24490
|
-
vue.watch(()=>myProps_box.menu, (newVal, oldVal) => {
|
|
24491
|
-
console.log('测试 111', newVal);
|
|
24492
|
-
});
|
|
24493
|
-
|
|
24494
|
-
vue.onMounted(()=>{
|
|
24495
|
-
console.log('测试 222', props.myProps.menu);
|
|
24496
|
-
console.log('测试 333', myProps_box.menu);
|
|
24497
|
-
});
|
|
24498
|
-
|
|
24499
24487
|
const handleRun = (
|
|
24500
24488
|
index, // 目标索引
|
|
24501
24489
|
menu, // 当前菜单
|