diff --git a/docs/component/rich-text.md b/docs/component/rich-text.md index b726ed95a601362672c94008011e2e32953f72ce..c8adca8127b8c9939dcbf7c6c293c00003efa44b 100644 --- a/docs/component/rich-text.md +++ b/docs/component/rich-text.md @@ -138,7 +138,7 @@ export default { **Tips** - nodes 不推荐使用 String 类型,性能会有所下降。 -- rich-text 组件内屏蔽所有节点的事件。所以如果内容中有链接、图片需要点击,则不能使用rich-text,此时可在[uni-app插件市场](https://ext.dcloud.net.cn/)搜索uparse插件使用。app-nvue的rich-text组件支持链接图片点击,且nvue下不能使用uparse等插件。 +- rich-text 组件内屏蔽所有节点的事件。所以如果内容中有链接、图片需要点击,则不能使用rich-text,此时可在[uni-app插件市场](https://ext.dcloud.net.cn/search?q=parse)搜索parse插件使用。app-nvue的rich-text组件支持链接图片点击。 - attrs 属性不支持 id ,支持 class 。 - name 属性大小写不敏感。 - 如果使用了不受信任的HTML节点,该节点及其所有子节点将会被移除。