Skip to content

Commit 2776653

Browse files
committed
Updated example
1 parent 6222f09 commit 2776653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<button class="btn btn-primary" @click="toggleDisabled">Toggle Disabled</button>
1212
<div class="columns">
1313
<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> -->
1616
<button class="btn btn-primary" @click="saveContent(editorContent)">Save</button>
1717
</div>
1818
<div id="preview" class="column col-6 col-sm-12" v-if="showPreview" v-html="editorContent"></div>

0 commit comments

Comments
 (0)