# vue-cli3-props **Repository Path**: chenxiaomei/vue-cli3-props ## Basic Information - **Project Name**: vue-cli3-props - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-19 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 组件间的通信方案: 1. props/自定义事件 2. 事件总线(event bus) 3. Vuex状态管理 4. 其他的通信方式 深层次组件$attrs 和 $listeners provide 和 inject 组件库使用的比较多