vue面试007.组件传值的方式有哪些? 郭欠 2022-07-05 47 阅读1分钟 props + emit 事件总线:eventbus 状态管理三方库:vuex provide + inject 本地存储跨组件跨页面 root+root + root+parent + children+children + children+refs v-model:是v-bind:value和v-on:input的语法糖