]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: remove title
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 May 2022 13:05:59 +0000 (15:05 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 May 2022 13:05:59 +0000 (15:05 +0200)
packages/docs/core-concepts/state.md

index ba17daf78b342d9b4c9231c504f8dc779b9376db..d60847b7987519ad0f701ca117f612a1ce4ef087 100644 (file)
@@ -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