]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: better migration
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 30 Sep 2021 14:18:07 +0000 (16:18 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 30 Sep 2021 14:18:07 +0000 (16:18 +0200)
packages/docs/cookbook/migration-v1-v2.md

index ea234d371f17fc63c76fb328e76d60128435a46f..0ec4eadb6613740194a4e7c3c072a506791a0fd4 100644 (file)
@@ -27,7 +27,7 @@ npm i 'pinia@^2.x.x'
 yarn add 'pinia@^2.x.x'
 ```
 
-And start updating your code
+And start updating your code.
 
 ### Generic Store type
 
@@ -107,3 +107,5 @@ Then adapt your `nuxt.config.js` and your `tsconfig.json` if you are using TypeS
    ]
  }
 ```
+
+It is also recommended to give [the dedicated Nuxt section](../ssr/nuxt.md) a read.