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/v2/style-guide/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1630,7 +1630,7 @@ button {
1630
1630
1631
1631
1632
1632
1633
-
### Parent-child communication <supdata-p="d">use with caution</sup>
1633
+
### Implicit parent-child communication <supdata-p="d">use with caution</sup>
1634
1634
1635
1635
**Props and events should be preferred for parent-child component communication, instead of `this.$parent` or mutating props.**
1636
1636
@@ -1723,7 +1723,7 @@ Vue.component('TodoItem', {
1723
1723
1724
1724
1725
1725
1726
-
### Global state management <supdata-p="d">use with caution</sup>
1726
+
### Non-flux state management <supdata-p="d">use with caution</sup>
1727
1727
1728
1728
**[Vuex](https://github.com/vuejs/vuex) should be preferred for global state management, instead of `this.$root` or a global event bus.**
0 commit comments