vue-interview
vue-interview copied to clipboard
vue组件通信方式的应该九种
少了provide inject
以下为原答案
https://github.com/57code/vue-interview/blob/master/public/05-communication/README.md
回答范例:
组件通信方式大体有以下8种:
props
$emit/$on
$children/$parent
$attrs/$listeners
ref
$root
eventbus
vuex