Skip to content

Commit

Permalink
[merge]merge from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderXL committed Jan 20, 2025
2 parents 6ec95f0 + c44dc0c commit 81e85fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/core/src/platform/patch/getDefaultOptions.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,18 @@ function createInstance ({ propsRef, type, rawOptions, currentInject, validProps
},
enumerable: false
},
__componentPath: {
get () {
return currentInject.componentPath || ''
},
enumerable: false
},
__relation: {
get () {
return relation
},
enumerable: false
},
__injectedRender: {
get () {
return currentInject.render || noop
Expand Down

0 comments on commit 81e85fe

Please sign in to comment.