]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: mention nuxt 4 in docs (#3024)
authorRobin Scholz <mail@robinscholz.com>
Mon, 18 Aug 2025 07:18:15 +0000 (09:18 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Aug 2025 07:18:15 +0000 (09:18 +0200)
packages/docs/ssr/nuxt.md

index f65e9dba5ff80a515cc5587465e1af1a09d70112..49aa79983b26a47a664250c01d55e11927df2c69 100644 (file)
@@ -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).
 
 <RuleKitLink />