From: Eduardo San Martin Morote Date: Thu, 30 Sep 2021 14:18:07 +0000 (+0200) Subject: docs: better migration X-Git-Tag: @pinia/nuxt@0.0.3~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3f36df5e7cbf0fead46d2563138b7a4ca09c686;p=thirdparty%2Fvuejs%2Fpinia.git docs: better migration --- diff --git a/packages/docs/cookbook/migration-v1-v2.md b/packages/docs/cookbook/migration-v1-v2.md index ea234d37..0ec4eadb 100644 --- a/packages/docs/cookbook/migration-v1-v2.md +++ b/packages/docs/cookbook/migration-v1-v2.md @@ -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.