ad link to v-model example

This commit is contained in:
Hans Pagel
2020-11-12 13:20:22 +01:00
parent d57c0d8932
commit 956f2b184a
2 changed files with 4 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ export default {
data() { data() {
return { return {
content: '<p>full editor</p>', content: '<p>A Vue.js wrapper component for tiptap to use <code>v-model</code>.</p>',
} }
}, },
} }

View File

@@ -31,6 +31,9 @@
link: /examples/minimalist link: /examples/minimalist
- title: Export HTML or JSON - title: Export HTML or JSON
link: /examples/export-html-or-json link: /examples/export-html-or-json
- title: Full Editor
link: /examples/full-editor
draft: true
- title: Feedback - title: Feedback
link: /overview/feedback link: /overview/feedback