diff --git a/docs/installation/vue3.md b/docs/installation/vue3.md index 341827db25..dd2c304c18 100644 --- a/docs/installation/vue3.md +++ b/docs/installation/vue3.md @@ -106,6 +106,26 @@ export default { ``` +Or feel free to use the new [` +``` + ## 4. Add it to your app Now, let’s replace the content of `src/App.vue` with the following example code to use our new `Tiptap` component in our app.