forked from opentiny/tiny-engine
fix(canvas-renderer): 修复 isNative component 判断失效的 bug (#241)
This commit is contained in:
parent
35c7e91a4c
commit
9c72525db6
|
@ -634,6 +634,7 @@ const getChildren = (schema, mergeScope) => {
|
|||
]
|
||||
}
|
||||
|
||||
const component = getComponent(componentName)
|
||||
const isNative = typeof component === 'string'
|
||||
const isCustomElm = customElements[componentName]
|
||||
const isGroup = checkGroup(componentName)
|
||||
|
|
Loading…
Reference in New Issue