8000 clarified titles of SG priority D rules · vuejs/v2.vuejs.org@32bfe41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 32bfe41

Browse files
committed
clarified titles of SG priority D rules
1 parent 8764809 commit 32bfe41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/style-guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ button {
16301630

16311631

16321632

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>
16341634

16351635
**Props and events should be preferred for parent-child component communication, instead of `this.$parent` or mutating props.**
16361636

@@ -1723,7 +1723,7 @@ Vue.component('TodoItem', {
17231723

17241724

17251725

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>
17271727

17281728
**[Vuex](https://github.com/vuejs/vuex) should be preferred for global state management, instead of `this.$root` or a global event bus.**
17291729

0 commit comments

Comments
 (0)
0