From: Robin Scholz Date: Mon, 18 Aug 2025 07:18:15 +0000 (+0200) Subject: docs: mention nuxt 4 in docs (#3024) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc2b38079d24b84d2cbf1afc07da38d27e22b72c;p=thirdparty%2Fvuejs%2Fpinia.git docs: mention nuxt 4 in docs (#3024) --- diff --git a/packages/docs/ssr/nuxt.md b/packages/docs/ssr/nuxt.md index f65e9dba..49aa7998 100644 --- a/packages/docs/ssr/nuxt.md +++ b/packages/docs/ssr/nuxt.md @@ -5,7 +5,7 @@ title="Learn about SSR best practices" /> -Using Pinia with [Nuxt](https://nuxt.com/) is easier since Nuxt takes care of a lot of things when it comes to _server side rendering_. For instance, **you don't need to care about serialization nor XSS attacks**. Pinia supports Nuxt Bridge and Nuxt 3. For bare Nuxt 2 support, [see below](#nuxt-2-without-bridge). +Using Pinia with [Nuxt](https://nuxt.com/) is easier since Nuxt takes care of a lot of things when it comes to _server side rendering_. For instance, **you don't need to care about serialization nor XSS attacks**. Pinia supports Nuxt Bridge, Nuxt 3 and Nuxt 4. For bare Nuxt 2 support, [see below](#nuxt-2-without-bridge).