remove status emojis, minor improvements
This commit is contained in:
@@ -23,10 +23,10 @@ Create a new Vue component (you can call it `<Tiptap />`) and add the following
|
||||
<demo name="GettingStarted" />
|
||||
|
||||
::: 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**.
|
||||
If you are using Nuxt.js, note that tiptap needs to run in the client, not on the server. It’s required to wrap the editor in a `<client-only>` tag.
|
||||
:::
|
||||
|
||||
Congrats! You’ve got it! 🎉 Let’s start to build your editor in the next step.
|
||||
Congrats! You’ve got it! 🎉 Let’s start to configure your editor in the next step.
|
||||
|
||||
### Related links
|
||||
|
||||
|
||||
Reference in New Issue
Block a user