From b2bb10f25abb206bbf55bb60c34684f3c23ea386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=92=83=E7=99=BD=5F?= <18511759309@163.com> Date: Mon, 7 Jun 2021 15:34:44 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1fd23d..a5250b9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ new MdEditor({ | 属性 | 说明 | 类型 | 默认值 | | ------ | ------ | ------ | ------ | | el | 编辑器渲染的容器 | String | "#app" -| themeOptions | 主题颜色配置 | Object | [themeOptions](#themeOptions) +| themeOptions | 主题颜色配置 | Object | [themeOptions](#themeoptions) | canAttachFile | 是否可以上传图片 | Boolean | true | placeholder | placeholder | String | "请输入内容" | onChange | 获取编辑器内容 | Function | function(res) {} -- GitLab