From: Eduardo San Martin Morote Date: Wed, 4 May 2022 13:05:59 +0000 (+0200) Subject: docs: remove title X-Git-Tag: @pinia/nuxt@0.1.9~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01604e9263c31963972f5ab31d81f36ecd958e86;p=thirdparty%2Fvuejs%2Fpinia.git docs: remove title --- diff --git a/packages/docs/core-concepts/state.md b/packages/docs/core-concepts/state.md index ba17daf7..d60847b7 100644 --- a/packages/docs/core-concepts/state.md +++ b/packages/docs/core-concepts/state.md @@ -69,8 +69,6 @@ const useCounterStore = defineStore('counterStore', { }) ``` -#### Without `setup()` - If you are not using the Composition API, and you are using `computed`, `methods`, ..., you can use the `mapState()` helper to map state properties as readonly computed properties: ```js