add a hint component

This commit is contained in:
Hans Pagel
2020-08-13 11:37:46 +02:00
parent a283f051f0
commit f9d272779e
4 changed files with 34 additions and 1 deletions

View File

@@ -22,7 +22,11 @@ Create a new Vue component (you can call it `<Tiptap />`) and add the following
<demo name="GettingStarted" />
> If you are using Nuxt.js, note that tiptap needs to run in the client, not on the server. Wrapping the editor in a `<client-only>` tag is required.
<Hint type="warning">
If you are using **Nuxt.js**, note that tiptap needs to run in the client, not on the server. Wrapping the editor in a `<client-only>` tag is **required**.
</Hint>
Congrats! Youve got it! 🎉 Lets start to build your editor in the next step.