From: Eduardo San Martin Morote Date: Thu, 4 Mar 2021 15:39:00 +0000 (+0100) Subject: docs: types nuxt [skip ci] X-Git-Tag: v0.2.0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70633e22581f62c60be71118ec9d860278c9b09e;p=thirdparty%2Fvuejs%2Fpinia.git docs: types nuxt [skip ci] --- diff --git a/README.md b/README.md index eb4ebf37..04c87ec7 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ If you are using TypeScript, you should also add the types for `context.pinia`: { "include": [ // ... - "nuxt/types'" + "pinia/nuxt/types" ] } ```