We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
H5
浏览器版本: 所有 使用框架: React
模板内容
<View custom-prop="value">xxx</View>
编译后期望的结果:
<taro-view-core custom-prop="value">xxx</taro-view-core>
编译后实际的结果:
<taro-view-core >xxx</taro-view-core>
Taro CLI 3.2.5 environment info: System: OS: Windows 10 Binaries: Node: 14.16.1 Yarn: 1.22.5 npm: 6.14.12
若使用div等原生的标签是正常的,如果使用View等标签就会被吞掉
The text was updated successfully, but these errors were encountered:
最新版本已修复~
Sorry, something went wrong.
No branches or pull requests
相关平台
H5
浏览器版本: 所有
使用框架: React
复现步骤
模板内容
期望结果
编译后期望的结果:
实际结果
编译后实际的结果:
环境信息
补充信息
若使用div等原生的标签是正常的,如果使用View等标签就会被吞掉
The text was updated successfully, but these errors were encountered: