@yoooloo42/joker 1.0.208 → 1.0.210

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
@@ -24468,14 +24468,23 @@ var ly0default$2 = {
24468
24468
 
24469
24469
  var script$g = {
24470
24470
  __name: 'index',
24471
- props: ["myProps", "scopeThis"],
24471
+ props: {
24472
+ myProps: {
24473
+ type: Object,
24474
+ default: () => ({})
24475
+ },
24476
+ scopeThis: {
24477
+ type: Object,
24478
+ default: () => ({})
24479
+ }
24480
+ },
24472
24481
  setup(__props) {
24473
24482
 
24474
24483
  const props = __props;
24475
24484
  const myProps_box = vue.reactive(unclassified.deepClone.deepDefaults(props.myProps, ly0default$2.myProps));
24476
24485
  const scopeThis_box = vue.reactive(props.scopeThis);
24477
24486
 
24478
- vue.watch(()=>myProps.menu, (newVal, oldVal) => {
24487
+ vue.watch(()=>props.myProps.menu, (newVal, oldVal) => {
24479
24488
  console.log('测试 000', newVal);
24480
24489
  });
24481
24490
  vue.watch(()=>myProps_box.menu, (newVal, oldVal) => {