相关平台
微信小程序
复现仓库
https://github.com/jxxbd91/taro-issue/blob/main/description
小程序基础库: 2.25.3
使用框架: Vue 2
复现步骤
见重现链接中的步骤明细
期望结果
微信小程序 和 H5 在 vue 语法下使用 jsx 的方式应该一样
实际结果
微信小程序 和 H5 在 vue 语法下使用 jsx 的方式不一样,微信小程序强制需要 import { View } from '@tarojs/component'
,H5 下强制不需要 import { View } from '@tarojs/component'
环境信息
Taro: 👽 Taro v3.5.3
Taro CLI 3.5.3 environment info:
System:
OS: macOS 11.5.1
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.12.0 - ~/.nvm/versions/node/v16.12.0/bin/node
Yarn: 1.22.11 - /usr/local/bin/yarn
npm: 8.1.0 - ~/.nvm/versions/node/v16.12.0/bin/npm
npmPackages:
@tarojs/cli: 3.5.3 => 3.5.3
@tarojs/components: 3.5.3 => 3.5.3
@tarojs/helper: 3.5.3 => 3.5.3
@tarojs/plugin-framework-vue2: 3.5.3 => 3.5.3
@tarojs/plugin-platform-alipay: 3.5.3 => 3.5.3
@tarojs/plugin-platform-jd: 3.5.3 => 3.5.3
@tarojs/plugin-platform-qq: 3.5.3 => 3.5.3
@tarojs/plugin-platform-swan: 3.5.3 => 3.5.3
@tarojs/plugin-platform-tt: 3.5.3 => 3.5.3
@tarojs/plugin-platform-weapp: 3.5.3 => 3.5.3
@tarojs/router: 3.5.3 => 3.5.3
@tarojs/runtime: 3.5.3 => 3.5.3
@tarojs/shared: 3.5.3 => 3.5.3
@tarojs/taro: 3.5.3 => 3.5.3
@tarojs/taro-h5: 3.5.3 => 3.5.3
@tarojs/webpack5-runner: 3.5.3 => 3.5.3
babel-preset-taro: 3.5.3 => 3.5.3
eslint-config-taro: 3.5.3 => 3.5.3
H5: chrome 版本 104.0.5112.79(正式版本) (arm64)
微信小程序:开发者工具Stable 1.05.2108130
1条答案
按热度按时间yquaqz181#
@jxxbd91 没有复现,麻烦提供一下完整 demo