resolver-egretimp-plus 0.0.215 → 0.0.217

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": "resolver-egretimp-plus",
3
- "version": "0.0.215",
3
+ "version": "0.0.217",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -143,8 +143,8 @@ export default {
143
143
  if (val) {
144
144
  setTimeout(() => {
145
145
  executeClickEvents()
146
+ unWatch && unWatch()
146
147
  }, 0);
147
- unWatch && unWatch()
148
148
  }
149
149
  }, {
150
150
  immediate: true
@@ -51,7 +51,6 @@ const collapseProps = computed(() => {
51
51
  })
52
52
  // 是否禁止折叠
53
53
  const noCollpase = computed(() => {
54
- return true
55
54
  return props?.config?.noCollpase == '1'
56
55
  })
57
56