-
Notifications
You must be signed in to change notification settings - Fork 68
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
渲染不出任何东西 #76
Comments
|
@F-loat 大哥打扰一下,请问一哈不知道我哪里出现了问题鸭 |
examples 目录跑起来有问题吗,没的话你对比下看看 |
跑起来没问题,我写的放在examples也能跑,看起来像是数据没传进去,传到wxParse的内容没有渲染出来 |
有传进去,但是没有渲染出来嗷 |
我也遇到了 解决了么 |
没呢,有点赶,暂时用着微信自己的rich-text了 |
用的是哪个版本的 mpvue,复现步骤说一下,最好从创建项目开始 |
搞明白了 数据比较大导致性能差,用推荐的那个插件吧 |
|
看看组件里面是否接受到了鸭~ |
组件里面接收到了 |
import wxParse from 'mpvue-wxparse'
components:{
...
wxParse
},
data(){
return {
...
article:'
}
}
@import url("~mpvue-wxparse/src/wxParse.css");
编译没有报错 控制台也没有错误信息
渲染出来的parse是这样的
The text was updated successfully, but these errors were encountered: