# wxParser **Repository Path**: dwarf/wxParser ## Basic Information - **Project Name**: wxParser - **Description**: wxParser微信小程序富文本组件,简单引入,自定义dom嵌套层级 - **Primary Language**: 微信 - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-10-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信小程序富文本组件,依赖wxParse #### 项目介绍 #### 使用方式: 1.在需要使用富文本的页面配置 ``` { "usingComponents":{ "wxparser" : "/components/wxParser/wxParser" } } ``` 2.wxml页面,使用如下: ``` ```