-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
自定义鸿蒙组件 #16735
Comments
This was referenced Oct 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个特性解决了什么问题?
解决了在某些特定情况下Taro组件转为鸿蒙组件的差异。
譬如鸿蒙的webview支持了很多属性,但是Taro转过去只支持了src\onload\onerror
可以让用户手动编写原生的鸿蒙组件,向Taro组件一样映射过去
这个 API 长什么样?
同plugin-platform-harmony-ets里面components一样即可,提供一下方便的映射,现在手动打补丁好难受啊
The text was updated successfully, but these errors were encountered: