Skip to content

Commit 050d87c

Browse files
authored
fix(docs): reference to Vuex instead of Pinia (#12785)
1 parent f84dbd8 commit 050d87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/quasar-cli-vite/state-management-with-pinia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In large applications, state management often becomes complex due to multiple pi
66

77
The recommended way to go if you want components sharing state is Pinia. Take a look at its [documentation](https://pinia.vuejs.org/) before diving in. It has a great feature when used along the [Vue dev-tools](https://github.com/vuejs/vue-devtools) browser extension like Time Travel debugging.
88

9-
We won't go into details on how to configure or use Vuex since it has great docs. Instead we'll just show you what the folder structure looks like when using it on a Quasar project.
9+
We won't go into details on how to configure or use Pinia since it has great docs. Instead we'll just show you what the folder structure looks like when using it on a Quasar project.
1010

1111
```bash
1212
.

0 commit comments

Comments
 (0)