Skip to content

Commit 01604e9

Browse files
committed
docs: remove title
1 parent 9cd76e7 commit 01604e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/docs/core-concepts/state.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ const useCounterStore = defineStore('counterStore', {
6969
})
7070
```
7171

72-
#### Without `setup()`
73-
7472
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:
7573

7674
```js

0 commit comments

Comments
 (0)