From 956f2b184a2fda11d1ffb38832745447060103fb Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 12 Nov 2020 13:20:22 +0100 Subject: [PATCH] ad link to v-model example --- docs/src/demos/Examples/FullEditor/index.vue | 2 +- docs/src/links.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/FullEditor/index.vue b/docs/src/demos/Examples/FullEditor/index.vue index 97d0b087..31e4830c 100644 --- a/docs/src/demos/Examples/FullEditor/index.vue +++ b/docs/src/demos/Examples/FullEditor/index.vue @@ -17,7 +17,7 @@ export default { data() { return { - content: '

full editor

', + content: '

A Vue.js wrapper component for tiptap to use v-model.

', } }, } diff --git a/docs/src/links.yaml b/docs/src/links.yaml index 6afa58b1..07c2924f 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -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