From 1154489e67e3c2a17bd659552d5562882bc4b78c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A4=E5=82=B2?= <9068149@qq.com> Date: Tue, 9 Nov 2021 08:36:12 +0000 Subject: [PATCH] update README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b90287b..ec414ec 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ src / utils / componentProperties.js // 组件数据 ```js { component: 'custommodule', // 中间部分手机组件的name - text: '自定义模块', // 组件文字描述 + text: '自定义模块', // 组件文字描述 type: '1-14', // data-tpye active: true, // 是否选中 style: 'custommodulestyle', // 右边组件设置的name @@ -46,7 +46,7 @@ src / utils / componentProperties.js // 组件数据 ``` #### 在线文档 -文档地址:[https://gitee.com/was666/as-editor/wikis](https://gitee.com/was666/as-editor/wikis) +文档地址:[https://was666.gitee.io/as-editor-doc](https://was666.gitee.io/as-editor-doc) #### 扩展项目