Skip to content

Commit

Permalink
docs: remove outdated sentence (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzuligy authored Aug 28, 2023
1 parent 4640f09 commit a436dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ new Vue({
})
```

This will also add devtools support. In Vue 3, some features like time traveling and editing are still not supported because vue-devtools doesn't expose the necessary APIs yet but the devtools have way more features and the developer experience as a whole is far superior. In Vue 2, Pinia uses the existing interface for Vuex (and can therefore not be used alongside it).
This will also add devtools support. In Vue 3, some features like time traveling and editing are still not supported because vue-devtools doesn't expose the necessary APIs yet but the devtools have way more features and the developer experience as a whole is far superior.

## What is a Store?

Expand Down

0 comments on commit a436dfc

Please sign in to comment.