You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/style-guide/rules-strongly-recommended.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ These components lay the foundation for consistent styling and behavior in your
87
87
- other base components, and
88
88
- 3rd-party UI components.
89
89
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).
91
91
92
92
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`).
0 commit comments