File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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> -- >
15
- <vue-editor v-model =" editorContent" :editorToolbar =" customToolbar" ></vue-editor >
14
+ <vue-editor :disabled =" editorIsDisabled" v-model =" editorContent" ></vue-editor >
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 >
18
18
<div id =" preview" class =" column col-6 col-sm-12" v-if =" showPreview" v-html =" editorContent" ></div >
You can’t perform that action at this time.
0 commit comments