replace hint component

This commit is contained in:
Philipp Kühn
2020-08-18 20:51:01 +02:00
parent 5766f88beb
commit de622ce468
5 changed files with 18 additions and 32 deletions

View File

@@ -22,11 +22,9 @@ Create a new Vue component (you can call it `<Tiptap />`) and add the following
<demo name="GettingStarted" />
<Hint type="warning">
::: warning Using with Nuxt.js
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.