From: Samuel Denis-D'Ortun Date: Fri, 26 Mar 2021 10:47:20 +0000 (-0400) Subject: docs: readme (#408) [skip ci] X-Git-Tag: v2.0.0-alpha.8~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd92160fbb9ede10986a61f8cab91c3535663b5f;p=thirdparty%2Fvuejs%2Fpinia.git docs: readme (#408) [skip ci] --- diff --git a/README.md b/README.md index 07e3def0..b6d3326f 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ export const useMainStore = defineStore({ }, // use getters in other getters doubleCountPlusOne() { - return this.doubleCount * 2 + return this.doubleCount * 2 + 1 }, }, // optional actions