From a436dfca3a8ab85b26d29af22583e3c7c141aa12 Mon Sep 17 00:00:00 2001 From: zzuligy Date: Mon, 28 Aug 2023 16:05:34 +0800 Subject: [PATCH] docs: remove outdated sentence (#2384) --- packages/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/getting-started.md b/packages/docs/getting-started.md index 0a8a7ceeb3..e7972c7609 100644 --- a/packages/docs/getting-started.md +++ b/packages/docs/getting-started.md @@ -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?