Skip to content

Commit 5e79ede

Browse files
committed
chore: dev update
1 parent 93fc515 commit 5e79ede

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/App.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>Welcome to Your Plugin in Vue.jss</h1>
55

66
<!-- <Editor v-model="content" @text-change="handleTextChange" /> -->
7-
<vue-editor
7+
<!-- <vue-editor
88
v-model="content"
99
use-markdown-shortcuts
1010
:editor-options="editorOptions"
@@ -50,7 +50,7 @@
5050
<button class="ql-clean"></button>
5151
</span>
5252
</div>
53-
</vue-editor>
53+
</vue-editor> -->
5454
<VueEditor ref="vEditor" v-model="content" />
5555
</div>
5656
</template>
@@ -72,7 +72,7 @@ export default {
7272
// ],
7373
editorOptions: {
7474
modules: {
75-
toolbar: "#my-toolbar"
75+
// toolbar: "#my-toolbar"
7676
// toolbar: [
7777
// [{ header: [false, 1, 2, 3, 4, 5, 6] }],
7878
// ["bold", "italic", "underline", "strike"], // toggled buttons
@@ -87,7 +87,7 @@ export default {
8787
},
8888
placeholder: "newww placeholder text here ..."
8989
},
90-
content: "value"
90+
content: "<ul><li>Item One</li><li>Item Two</li></ul>"
9191
};
9292
},
9393

0 commit comments

Comments
 (0)