提交 7a302dac 编写于 作者: fxy060608's avatar fxy060608

fix(h5): wxs

上级 0a8e5988
......@@ -31,9 +31,11 @@ function ensureEl(vm: ComponentPublicInstance) {
const vnode = vm.$.subTree
// ShapeFlags.ARRAY_CHILDREN = 1 << 4
// ShapeFlags.ELEMENT = 1
if (vnode.shapeFlag & (1 << 4)) {
const elemVNode = (vnode.children as VNode[]).find(
(vnode) => vnode.shapeFlag & 1
// element || component
(vnode) => vnode.shapeFlag & 1 || vnode.shapeFlag & 6
)
if (elemVNode) {
return elemVNode.el
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册