resolver-egretimp-plus 0.0.153 → 0.0.155
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/h5/index.js +2 -2
- package/dist/web/index.js +2 -2
- package/package.json +1 -1
- package/src/rules/eventsSupplement.js +2 -2
- package/src/utils/render.jsx +1 -0
package/package.json
CHANGED
|
@@ -394,7 +394,7 @@ const allInitEvents = {
|
|
|
394
394
|
}
|
|
395
395
|
})
|
|
396
396
|
if (updateFlag) {
|
|
397
|
-
config?.wrapVm?.
|
|
397
|
+
config?.wrapVm?.proxy?.$forceUpdate?.()
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
return () => {
|
|
@@ -481,7 +481,7 @@ const allInitEvents = {
|
|
|
481
481
|
})
|
|
482
482
|
oldPorpsList.push(oldProps)
|
|
483
483
|
if (updateFlag) {
|
|
484
|
-
labelInfo?.wrapVm?.
|
|
484
|
+
labelInfo?.wrapVm?.proxy?.$forceUpdate?.()
|
|
485
485
|
}
|
|
486
486
|
})
|
|
487
487
|
// 有的事件在不满足条件的情况下,需要进行恢复
|