From: Eduardo San Martin Morote Date: Mon, 25 Oct 2021 12:40:51 +0000 (+0200) Subject: chore: typo X-Git-Tag: @pinia/nuxt@0.1.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=55e1ca22781647ba96d8bd352b59952bcef632a5;p=thirdparty%2Fvuejs%2Fpinia.git chore: typo --- diff --git a/packages/pinia/src/store.ts b/packages/pinia/src/store.ts index 61e0a9c5..7e27a613 100644 --- a/packages/pinia/src/store.ts +++ b/packages/pinia/src/store.ts @@ -631,7 +631,7 @@ function createSetupStore< } if (isVue2) { - // mark the store as ready before pluginsn + // mark the store as ready before plugins store._r = true }