From: Eduardo San Martin Morote Date: Wed, 31 Mar 2021 19:17:26 +0000 (+0200) Subject: docs: typo X-Git-Tag: v2.0.0-alpha.10~6 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bd3dde3aab353a6f816ab5b432d8ceab3025158;p=thirdparty%2Fvuejs%2Fpinia.git docs: typo --- diff --git a/docs/ssr/nuxt.md b/docs/ssr/nuxt.md index d90de4e9..020bec42 100644 --- a/docs/ssr/nuxt.md +++ b/docs/ssr/nuxt.md @@ -76,7 +76,7 @@ If you are using TypeScript or have a `jsconfig.json`, you should also add the t ```js { - "include": [ + "types": [ // ... "pinia/nuxt/types" ]