From 24a1810c945d1ee62c9fe4d694fc1ab70813b823 Mon Sep 17 00:00:00 2001 From: yanmao <55792257+yanmao-cc@users.noreply.github.com> Date: Mon, 29 Nov 2021 03:20:48 +0800 Subject: [PATCH] feat: add demo --- README.md | 4 ++++ README.zh-CN.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 06efef75..7acae206 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ Monitor the changes of the `DOM` tree in the editing area through `MutationObser **`React`** example [https://github.com/yanmao-cc/am-editor/tree/master/examples/react](https://github.com/yanmao-cc/am-editor/tree/master/examples/react) +**`Vue2 DEMO`** [https://github.com/yanmao-cc/am-editor-demo-vue2](https://github.com/yanmao-cc/am-editor-demo-vue2) + +**`Vue2 Nuxt DEMO`** [https://github.com/yanmao-cc/am-editor-nuxt](https://github.com/yanmao-cc/am-editor-nuxt) + ## Features - Out of the box, it provides dozens of rich plug-ins to meet most needs diff --git a/README.zh-CN.md b/README.zh-CN.md index 2c3251e5..21196d61 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -48,6 +48,10 @@ **`React`** 案例 [https://github.com/yanmao-cc/am-editor/tree/master/examples/react](https://github.com/yanmao-cc/am-editor/tree/master/examples/react) +**`Vue2 DEMO`** [https://github.com/yanmao-cc/am-editor-demo-vue2](https://github.com/yanmao-cc/am-editor-demo-vue2) + +**`Vue2 Nuxt DEMO`** [https://github.com/yanmao-cc/am-editor-nuxt](https://github.com/yanmao-cc/am-editor-nuxt) + ## 特性 - 开箱即用,提供几十种丰富的插件来满足大部分需求