大概有8中:
1. 父子通信:
- props
$emit/$on
$parent/$children
- ref
$attrs/$listeners
2. 兄弟之間
$parent
$root
- eventbus
- vuex
3. 跨層級(jí)
- eventbus
- vuex
- provide/inject
注意:
ref 是作為渲染結(jié)果被創(chuàng)建的,在初始渲染時(shí)不能訪問(wèn)它們 $refs 不是響應(yīng)式的翔横,不要試圖用它在模板中做數(shù)據(jù)綁定
當(dāng) v-for 用于元素或組件時(shí)盒齿,引用信息將是包含 DOM 節(jié)點(diǎn)或組件實(shí)例的數(shù)組尤莺。