resolver-egretimp-plus 0.0.172 → 0.0.173

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.172",
3
+ "version": "0.0.173",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -69,8 +69,11 @@ export default {
69
69
  const messageCb = inject('_messageCb')
70
70
  const messageInstance = inject('_messageInstance')
71
71
  const builtPolyfillReq = inject('_builtPolyfillReq')
72
+ const rootValue = inject('rootValue')
72
73
 
73
74
  const selects = inject('selects')
75
+
76
+ definePrivatelyProp(props.config, '_rootValue', rootValue)
74
77
  // 当前组件的实例
75
78
  const instance = getCurrentInstance()
76
79
  const appContext = instance?.appContext
@@ -205,7 +208,6 @@ export default {
205
208
 
206
209
  const _isH5 = inject('_isH5')
207
210
  const lang = inject('lang')
208
- const rootValue = inject('rootValue')
209
211
  const onClick = (e, params) => {
210
212
  const context = {
211
213
  props,