From 0dacc0eb9a443730c201f06a827081011f044f0b Mon Sep 17 00:00:00 2001 From: handongxun Date: Sat, 10 Aug 2019 13:41:47 +0800 Subject: [PATCH] docs: update --- docs/component/rich-text.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/component/rich-text.md b/docs/component/rich-text.md index 5c6e95409..81af85616 100644 --- a/docs/component/rich-text.md +++ b/docs/component/rich-text.md @@ -7,9 +7,13 @@ |:-|:-|:-|:-| |nodes|Array / String|[]|节点列表 / HTML String| -**注意** +**注意** + +- app-nvue 平台 nodes 属性只支持使用 Array 类型 -支付宝小程序 nodes 属性只支持使用 Array 类型。如果需要支持 HTML String,则需要自己将 HTML String转化为 nodes 数组,可使用 [html-parser](https://github.com/dcloudio/hello-uniapp/blob/master/common/html-parser.js) 转换。 +- 支付宝小程序 nodes 属性只支持使用 Array 类型。 + +如果需要支持 HTML String,则需要自己将 HTML String转化为 nodes 数组,可使用 [html-parser](https://github.com/dcloudio/hello-uniapp/blob/master/common/html-parser.js) 转换。 支持默认事件,包括:click、touchstart、touchmove、touchcancel、touchend、longpress。 -- GitLab