From 01604e9263c31963972f5ab31d81f36ecd958e86 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 4 May 2022 15:05:59 +0200 Subject: [PATCH] docs: remove title --- packages/docs/core-concepts/state.md | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.3