File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # Vue2-Editor 2.0 (In Development)
1
+ # Vue2-Editor 2.0
2
2
3
3
![ Vue2Editor-Centered] ( https://www.dropbox.com/s/7com4d32zct44nc/Vue2Editor-Centered.png?raw=1 ) HTML Editor using Vue.js 2.0 and Quilljs
4
4
Original file line number Diff line number Diff line change 11
11
<button class =" btn btn-primary" @click =" toggleDisabled" >Toggle Disabled</button >
12
12
<div class =" columns" >
13
13
<div class =" editorWrapper column col-6 col-sm-12" >
14
- <vue-editor :disabled = " editorIsDisabled " v-model =" editorContent" ></vue-editor >
14
+ <vue-editor v-model =" editorContent" ></vue-editor >
15
15
<!-- <vue-editor v-model="editorContent" :editorToolbar="customToolbar"></vue-editor> -->
16
16
<button class =" btn btn-primary" @click =" saveContent(editorContent)" >Save</button >
17
17
</div >
You can’t perform that action at this time.
0 commit comments