mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 04:19:02 +08:00
ad link to v-model example
This commit is contained in:
parent
d57c0d8932
commit
956f2b184a
@ -17,7 +17,7 @@ export default {
|
||||
|
||||
data() {
|
||||
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
|
||||
- title: Export HTML or JSON
|
||||
link: /examples/export-html-or-json
|
||||
- title: Full Editor
|
||||
link: /examples/full-editor
|
||||
draft: true
|
||||
- title: Feedback
|
||||
link: /overview/feedback
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user