]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: remove outdated sentence (#2384)
authorzzuligy <zzuligy@gmail.com>
Mon, 28 Aug 2023 08:05:34 +0000 (16:05 +0800)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 08:05:34 +0000 (10:05 +0200)
packages/docs/getting-started.md

index 0a8a7ceeb39f0337433d318bb339b88baa5c07d5..e7972c76091397fafd6daaa1a556f22aa761d9cc 100644 (file)
@@ -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?