VUI (based on vue3) is able to run in cross-platform solutions by Taro3.
- miniprogram (weapp/swan/alipay/tt/qq/jd) -
zh-CN
project - quickapp -
zh-CN
project - h5
- react native
Keep the js and css in SFC, only minor change in the template.
-
change tag in template
div
=>view
img
=>image
p
=>text
-
change event in template
@click
=>@tap
<style scoped>
is not supported in miniprogram by Taro.