@yoooloo42/joker 1.0.46 → 1.0.47

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
@@ -40144,7 +40144,7 @@ var script$e = {
40144
40144
 
40145
40145
  const props = __props;
40146
40146
  // 监听 myProps.menu 的变化
40147
- watch(() => props.myProps.menu, (newMenu, oldMenu) => {
40147
+ vue.watch(() => props.myProps.menu, (newMenu, oldMenu) => {
40148
40148
  console.log('--- WATCH: myProps.menu 变化 ---');
40149
40149
  console.log('新值长度:', newMenu ? newMenu.length : 0);
40150
40150
  // 检查此时 v-if 条件是否应该为 true