@ebiz/designer-components 0.0.18-beta.14 → 0.0.18-beta.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebiz/designer-components",
3
- "version": "0.0.18-beta.14",
3
+ "version": "0.0.18-beta.15",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -148,9 +148,7 @@ const isVisible = ref(props.visible);
148
148
 
149
149
  // 监听visible属性变化
150
150
  watch(() => props.visible, (newValue) => {
151
- if (newValue !== isVisible.value) {
152
- isVisible.value = newValue;
153
- }
151
+ isVisible.value = newValue;
154
152
  });
155
153
 
156
154
  // 定义事件