From: Simon Legner Date: Tue, 27 Apr 2021 10:53:47 +0000 (+0200) Subject: docs: typography (#455) X-Git-Tag: v2.0.0-alpha.14~44 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=82d282e4847e74d9cf947ea948e0da42202a3d7b;p=thirdparty%2Fvuejs%2Fpinia.git docs: typography (#455) --- diff --git a/docs/introduction.md b/docs/introduction.md index 27a037d4..1d240d0c 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -128,7 +128,7 @@ This allows me to provide a solution that works, publish often, and make it evol > Vuex 3.x is Vuex for Vue 2 while Vuex 4.x is for Vue 3 -Pinia API is very different from Vuex <=4, namely: +Pinia API is very different from Vuex ≤4, namely: - _mutations_ no longer exist. They were very often perceived as **_extremely_ verbose**. They initially brought devtools integration but that is no longer an issue. - No need to create custom complex wrappers to support TypeScript, everything is typed and the API is designed in a way to leverage TS type inference as much as possible.