Skip to content

Commit 4fe51f8

Browse files
Change Vuex to Pinia and link it (vuejs#1577)
1 parent d99bc2b commit 4fe51f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style-guide/rules-strongly-recommended.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ These components lay the foundation for consistent styling and behavior in your
8787
- other base components, and
8888
- 3rd-party UI components.
8989

90-
But they'll **never** contain global state (e.g. from a Vuex store).
90+
But they'll **never** contain global state (e.g. from a [Pinia](https://pinia.vuejs.org/) store).
9191

9292
Their names often include the name of an element they wrap (e.g. `BaseButton`, `BaseTable`), unless no element exists for their specific purpose (e.g. `BaseIcon`). If you build similar components for a more specific context, they will almost always consume these components (e.g. `BaseButton` may be used in `ButtonSubmit`).
9393

0 commit comments

Comments
 (0)