@yoooloo42/joker 1.0.210 → 1.0.211
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 +5 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -24491,6 +24491,11 @@ vue.watch(()=>myProps_box.menu, (newVal, oldVal) => {
|
|
|
24491
24491
|
console.log('测试 111', newVal);
|
|
24492
24492
|
});
|
|
24493
24493
|
|
|
24494
|
+
vue.onMounted(()=>{
|
|
24495
|
+
console.log('测试 222', props.myProps.menu);
|
|
24496
|
+
console.log('测试 333', myProps_box.menu);
|
|
24497
|
+
});
|
|
24498
|
+
|
|
24494
24499
|
const handleRun = (
|
|
24495
24500
|
index, // 目标索引
|
|
24496
24501
|
menu, // 当前菜单
|