Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lpreterite committed May 31, 2017
1 parent 6d5d679 commit 6021c17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ new Vue({
<div id="app">
<vue-tinymce
ref="tinymce"
:value="content"
:setting="setting"
@change="content=arguments[0]">
v-model="content"
:setting="setting">
</vue-tinymce>
</div>
<!-- in last -->
Expand Down

0 comments on commit 6021c17

Please sign in to comment.