resolver-egretimp-plus 0.1.1 → 0.1.2
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 +1 -1
- package/dist/web/index.js +1 -1
- package/package.json +1 -1
- package/src/index.jsx +1 -1
package/package.json
CHANGED
package/src/index.jsx
CHANGED
|
@@ -201,7 +201,7 @@ export default {
|
|
|
201
201
|
return props.dataLoad || nativeDataLoad.value
|
|
202
202
|
})
|
|
203
203
|
const { initPageConfig, pageConfigRef, mapCompRef, hireRelatMapRulesRef } = usePageConfig()
|
|
204
|
-
function toExecuteLoadServices(clearFlag, alongLoad
|
|
204
|
+
function toExecuteLoadServices(clearFlag, alongLoad) {
|
|
205
205
|
// 触发加载事件执行
|
|
206
206
|
const oldNativeDataload = nativeDataLoad.value
|
|
207
207
|
nativeDataLoad.value = false
|