Skip to content

Commit

Permalink
fix(demos): removes ex. with 2 duplicate editors
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed May 26, 2019
1 parent a1da94f commit 5948223
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions demos/views/CustomToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
<div class="container grid-960">
<div class="columns">
<div id="editor-boundary" class="editorWrapper column col-6 col-sm-12">
<vue-editor ref="editor" v-model="content" :editor-toolbar="toolbar">
</vue-editor>

<vue-editor
ref="editor"
v-model="content"
:editor-options="editorSettings"
>
</vue-editor>
:editor-toolbar="toolbar"
/>
</div>
</div>
</div>
Expand Down

0 comments on commit 5948223

Please sign in to comment.