vue-interview icon indicating copy to clipboard operation
vue-interview copied to clipboard

vue组件通信方式的应该九种

Open Latrevion opened this issue 2 years ago • 0 comments

少了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

Latrevion avatar Nov 15 '22 11:11 Latrevion