@yoooloo42/joker 1.0.205 → 1.0.207
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 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -24472,12 +24472,13 @@ var script$g = {
|
|
|
24472
24472
|
setup(__props) {
|
|
24473
24473
|
|
|
24474
24474
|
const props = __props;
|
|
24475
|
-
const myProps_box = vue.reactive(unclassified.deepClone.
|
|
24476
|
-
unclassified.deepClone.deepClone(ly0default$2.myProps),
|
|
24477
|
-
props.myProps
|
|
24478
|
-
));
|
|
24475
|
+
const myProps_box = vue.reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
|
|
24479
24476
|
const scopeThis_box = vue.reactive(props.scopeThis);
|
|
24480
24477
|
|
|
24478
|
+
vue.watch(()=>myProps_box.menu, (newVal, oldVal) => {
|
|
24479
|
+
console.log(newVal);
|
|
24480
|
+
});
|
|
24481
|
+
|
|
24481
24482
|
const handleRun = (
|
|
24482
24483
|
index, // 目标索引
|
|
24483
24484
|
menu, // 当前菜单
|