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
微信小程序
小程序基础库: 2.14.1 使用框架: Vue 3
新建 Vue3 项目即可复现,主要原因为,Vue 官方的 @vue/runtime-dom 包有一个提交试用了 Element 对象,导致报错 vuejs/core@b2189ba#diff-90e903ce16b300854d617842aaf5307c203aa6080fbcdf27e8b1260023527960R71
不报错,正常适配
出现报错
👽 Taro v3.0.21 Taro CLI 3.0.21 environment info: System: OS: macOS 10.14.4 Shell: 5.3 - /bin/zsh Binaries: Node: 14.15.1 - ~/.nvm/versions/node/v14.15.1/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.14.8 - ~/.nvm/versions/node/v14.15.1/bin/npm npmPackages: @tarojs/components: 3.0.21 => 3.0.21 @tarojs/mini-runner: 3.0.21 => 3.0.21 @tarojs/runtime: 3.0.21 => 3.0.21 @tarojs/taro: 3.0.21 => 3.0.21 @tarojs/webpack-runner: 3.0.21 => 3.0.21 babel-preset-taro: 3.0.21 => 3.0.21 eslint-config-taro: 3.0.21 => 3.0.21
The text was updated successfully, but these errors were encountered:
fix(mini-runner): 修复 Vue3 运行时报错,fix #8426
4ecfb7e
48fd285
Chen-jj
Successfully merging a pull request may close this issue.
相关平台
微信小程序
小程序基础库: 2.14.1
使用框架: Vue 3
复现步骤
新建 Vue3 项目即可复现,主要原因为,Vue 官方的 @vue/runtime-dom 包有一个提交试用了 Element 对象,导致报错
vuejs/core@b2189ba#diff-90e903ce16b300854d617842aaf5307c203aa6080fbcdf27e8b1260023527960R71
期望结果
不报错,正常适配
实际结果
出现报错
环境信息
The text was updated successfully, but these errors were encountered: