Open WhatsNew3 opened 3 weeks ago
微信小程序
https://github.com/WhatsNew3/taro-test-demo.git 小程序基础库: 3.6.0 使用框架: Vue 3
Taro4.0.6,webpack5,如果关闭了prebundle,v-html就无法正常显示,开启了可以正常显示
正常展示v-html的内容
无法显示
👽 Taro v3.6.15-theta.0 Taro CLI 3.6.15-theta.0 environment info: System: OS: Windows 10 10.0.19045 Binaries: Node: 18.19.0 - ~\.nvmd\versions\18.19.0\node.EXE Yarn: 1.22.22 - ~\.nvmd\versions\18.19.0\yarn.CMD npm: 10.2.3 - ~\.nvmd\versions\18.19.0\npm.CMD npmPackages: @tarojs/cli: 4.0.6 => 4.0.6 @tarojs/components: 4.0.6 => 4.0.6 @tarojs/helper: 4.0.6 => 4.0.6 @tarojs/plugin-framework-vue3: 4.0.6 => 4.0.6 @tarojs/plugin-platform-alipay: 4.0.6 => 4.0.6 @tarojs/plugin-platform-h5: 4.0.6 => 4.0.6 @tarojs/plugin-platform-jd: 4.0.6 => 4.0.6 @tarojs/plugin-platform-qq: 4.0.6 => 4.0.6 @tarojs/plugin-platform-swan: 4.0.6 => 4.0.6 @tarojs/plugin-platform-tt: 4.0.6 => 4.0.6 @tarojs/plugin-platform-weapp: 4.0.6 => 4.0.6 @tarojs/runtime: 4.0.6 => 4.0.6 @tarojs/shared: 4.0.6 => 4.0.6 @tarojs/taro: 4.0.6 => 4.0.6 @tarojs/taro-loader: 4.0.6 => 4.0.6 @tarojs/webpack5-runner: 4.0.6 => 4.0.6 babel-preset-taro: 4.0.6 => 4.0.6 eslint-config-taro: 4.0.6 => 4.0.6
使用taro3.6.15创建的项目,v-html可以正常使用
https://github.com/NervJS/taro/issues/16408#issuecomment-2322827691
相关平台
微信小程序
复现仓库
https://github.com/WhatsNew3/taro-test-demo.git 小程序基础库: 3.6.0 使用框架: Vue 3
复现步骤
Taro4.0.6,webpack5,如果关闭了prebundle,v-html就无法正常显示,开启了可以正常显示
期望结果
正常展示v-html的内容
实际结果
无法显示
环境信息
补充信息
使用taro3.6.15创建的项目,v-html可以正常使用