From 5c4df33b63f3d3b80a9fc92c62970042e182a699 Mon Sep 17 00:00:00 2001 From: Aiyush-G <55917505+Aiyush-G@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:57:12 +0000 Subject: [PATCH] Update vue3.md (#2349) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gramatical Error: You’re probably used to bind your data --> You’re probably used to binding your data Note: addition of -ing --- docs/installation/vue3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/vue3.md b/docs/installation/vue3.md index dd2c304c18f..fba4fd73416 100644 --- a/docs/installation/vue3.md +++ b/docs/installation/vue3.md @@ -151,6 +151,6 @@ export default { You should now see Tiptap in your browser. Time to give yourself a pat on the back! :) ## 5. Use v-model (optional) -You’re probably used to bind your data with `v-model` in forms, that’s also possible with Tiptap. Here is how that would work with Tiptap: +You’re probably used to binding your data with `v-model` in forms, that’s also possible with Tiptap. Here is how that would work with Tiptap: https://embed.tiptap.dev/preview/GuideGettingStarted/VModel