wechat-html
v1.0.1
Published
wechat miniprogram render quill-editor content
Downloads
2
Maintainers
Readme
# 用于小程序显示HTML内容
主要针对 quill-editor 输出内容
# 使用方法
"usingComponents": {
"your-tag": "wechat-html"
}
<your-tag html="{{'<p>by <b>ansonchen</b></p>'}}"></your-tag>