Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add SVGElement #338

Merged
merged 3 commits into from May 19, 2021
Merged

feat: add SVGElement #338

merged 3 commits into from May 19, 2021

Conversation

answershuto
Copy link
Member

支持一个 SVGElement 的方法,否则最新 Vue 项目会判断节点是否是 SVGElement 而导致报错。

close #336

return instance->object;
}

JSSVGElement::SVGElementInstance::SVGElementInstance(JSSVGElement *jsAnchorElement)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jsAnchorElement

@wssgcg1213 wssgcg1213 merged commit 4dce156 into main May 19, 2021
@wssgcg1213 wssgcg1213 deleted the feat/support_SVGElement branch May 19, 2021 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

最新 Vue mount 时会判断 container 是否是 SVGElement,需要支持 SVGElement tag 避免报错
3 participants