# wepy-com-richtext **Repository Path**: fudiwei/wepy-com-richtext ## Basic Information - **Project Name**: wepy-com-richtext - **Description**: A component for displaying HTML richtext based on wepy.js 1.x. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-12 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wepy-com-richtext 为官方提供的 *<rich-text></rich-text>* 组件提供渐进式支持,并支持官方本身不支持的下划线 HTML 标签(即 *<u></u>*)和符合 ISO 8859 的实体符号。 此组件依赖 [wepy](https://github.com/Tencent/wepy) 1.7.0+。 --- ## 用法 安装: ``` shell npm install @skit/wepy-com-richtext --save ``` 引入组件: ``` html ``` ### 可配置项 #### 属性 | 参数项 | 说明 | 类型 | 是否必填 | 默认值 | | :---: | :---: | :---: | :---: | :---: | | content | HTML 源代码片段 | String | 是 | | | decode | 是否按照富文本方式显示 | Boolean | 否 | false | #### 方法 *无*