From 1bd3dde3aab353a6f816ab5b432d8ceab3025158 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 31 Mar 2021 21:17:26 +0200 Subject: [PATCH] docs: typo --- docs/ssr/nuxt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- 2.47.2