From ffce1b40d85360e0e2a2c0593e1b9ca4a3563043 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 13 Aug 2020 10:43:26 +0200 Subject: [PATCH] improve getting started --- docs/src/docPages/getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/docPages/getting-started.md b/docs/src/docPages/getting-started.md index a338a4f7..eec29c6d 100644 --- a/docs/src/docPages/getting-started.md +++ b/docs/src/docPages/getting-started.md @@ -22,11 +22,10 @@ Create a new Vue component (you can call it ``) and add the following -> **Doesn’t work for you?** There are a few common pitfalls here, depending on your setup. If you have trouble getting started, try to read the related links down here. +> If you are using Nuxt.js, note that tiptap needs to run in the client, not on the server. Wrapping the editor in a `` tag is required. Congrats! You’ve got it! 🎉 Let’s start to build your editor in the next step. ### Related links -* [Use tiptap with Nuxt.js](#) * [tiptap doesn’t have a default styling](#)