File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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 <sup data-p =" d " >use with caution</sup >
1633
+ ### Implicit parent -child communication <sup data-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 <sup data-p =" d " >use with caution</sup >
1726
+ ### Non-flux state management <sup data-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.**
1729
1729
You can’t perform that action at this time.
0 commit comments