-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
[BUG]. 4.0.4 Vue3 TS Webpack5 使用默认 Github 模板,v-html 无法渲染 #16305
Comments
taro-bot2
bot
added
F-vue3
Framework - Vue 3
T-weapp
Target - 编译到微信小程序
V-3
Version - 3.x
labels
Aug 14, 2024
4.0.4 也一样,然后我使用 4.0.5-alpha.6 尝试也是一样的 |
This was referenced Aug 17, 2024
一样的问题,我用的是 4.0.4 taro react 版本,按照文档无法渲染 HTML。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 3.5.3
使用框架: Vue 3
复现步骤
npx @tarojs/[email protected] init demo-vue3
选择 vue3 ts webpack5 sass pnpm
初次启动缺失 "@babel/plugin-proposal-class-properties" , 安装后重新 dev:weapp
选择运行,发现
<nut-toast v-model:visible="show" msg="你成功了" />
msg 未渲染(实际上是 v-html 无效)期望结果
期望
<nut-toast v-model:visible="show" msg="你成功了" />
正常显示实际结果
只显示一个黑框无文字说明
环境信息
The text was updated successfully, but these errors were encountered: