ad link to v-model example
This commit is contained in:
@@ -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>',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user