Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peak committed Aug 9, 2016
1 parent 0c7b05f commit 5167dc0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# vue-html5-editor

一个vue的html5富文本编辑器插件,简洁易用
一个vue的html5富文本编辑器插件,简洁易用,支持Vue1.0以上版本

![编辑器图片](http://tai.coding.me/vue-html5-editor/editor.png)

Expand Down Expand Up @@ -95,7 +95,7 @@ Vue.use(VueHtml5Editor, {
### 编辑器组件属性

```html
<editor :content.sync="content" :height="500" :z-index="1000" :disable-full-screen="false"></editor>
<editor :content.sync="content" :height="500" :z-index="1000" :auto-height="true" :disable-full-screen="false"></editor>
```

#### content
Expand All @@ -108,7 +108,11 @@ Vue.use(VueHtml5Editor, {

### z-index

编辑器的显示层级
编辑器的显示层级,默认1000

### auto-height

是否自动增高,默认true

### disable-full-screen

Expand Down

0 comments on commit 5167dc0

Please sign in to comment.