From 333e989b8da86d96aea6c9a414301ab982c83d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E6=98=8E?= Date: Fri, 8 Nov 2024 17:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DRichEditor=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 姚明 --- compiler/components/richeditor.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 compiler/components/richeditor.json diff --git a/compiler/components/richeditor.json b/compiler/components/richeditor.json new file mode 100644 index 0000000..467bfca --- /dev/null +++ b/compiler/components/richeditor.json @@ -0,0 +1,8 @@ +{ + "name": "RichEditor", + "atomic": true, + "attrs": [ + "onSelectionChange", "bindSelectionMenu", "copyOptions", "enableDataDetector", "dataDetectorConfig", + "placeholder", "onDidIMEInput", "onEditingChange", "onWillChange", "onDidChange" + ] +} \ No newline at end of file -- Gitee