diff --git a/docs/src/docPages/installation/vue3.md b/docs/src/docPages/installation/vue3.md index fcfba6c5..58cecca0 100644 --- a/docs/src/docPages/installation/vue3.md +++ b/docs/src/docPages/installation/vue3.md @@ -75,6 +75,34 @@ export default { ``` +Alternatively, you can use the Composition API with the `useEditor` method. + +```html + + + +``` + ## 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.