From 5167dc0431fcc6e6706072ef62039e848888a854 Mon Sep 17 00:00:00 2001 From: peak Date: Tue, 9 Aug 2016 20:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 195eca0..69969a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vue-html5-editor -一个vue的html5富文本编辑器插件,简洁易用 +一个vue的html5富文本编辑器插件,简洁易用,支持Vue1.0以上版本 ![编辑器图片](http://tai.coding.me/vue-html5-editor/editor.png) @@ -95,7 +95,7 @@ Vue.use(VueHtml5Editor, { ### 编辑器组件属性 ```html - + ``` #### content @@ -108,7 +108,11 @@ Vue.use(VueHtml5Editor, { ### z-index -编辑器的显示层级 +编辑器的显示层级,默认1000 + +### auto-height + +是否自动增高,默认true ### disable-full-screen