-
这个功能解决了什么问题?问个问题 为什么taro.tsx文件里面 有时候div不用view 你期望的组件设计是怎样的?希望在文档里写一下 |
Beta Was this translation helpful? Give feedback.
Answered by
eiinu
Mar 19, 2024
Replies: 1 comment
-
在使用 @tarojs/plugin-html 插件的情况下,div 标签会被映射为 View 组件,二者没有区别。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adolfheir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在使用 @tarojs/plugin-html 插件的情况下,div 标签会被映射为 View 组件,二者没有区别。