]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: remove redundant docs string (#2799)
authorHoru <73709188+HigherOrderLogic@users.noreply.github.com>
Thu, 17 Oct 2024 02:57:32 +0000 (13:57 +1100)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2024 02:57:32 +0000 (11:57 +0900)
packages/docs/ssr/nuxt.md

index 12c5454e74e7a0bc0a397a8b1f96a156877a1c0e..51d44b90f24c0ed0c0671f83f35728503a855c6d 100644 (file)
@@ -80,7 +80,7 @@ export default {
 
 By default `@pinia/nuxt` exposes a few auto imports:
 
-- `usePinia()`, which is similar to `getActivePinia()` but works better with Nuxt. You can add auto imports to make your life easier:
+- `usePinia()`, which is similar to `getActivePinia()` but works better with Nuxt.
 - `defineStore()` to define stores
 - `storeToRefs()` when you need to extract individual refs from a store
 - `acceptHMRUpdate()` for [hot module replacement](../cookbook/hot-module-replacement.md)