npm install
npm run serve
npm run build
npm run test
npm run lint
父子组件传值 非父子组件传值(新建js文件,引入vue,export,利用中介,传递:$emit('event', cont) 接收:$on('event', (data)=>{}) ) 传值事件名称, 传值 传值事件名称, 接收值 home.vue (父组件) brother/index.vue (子组件A) brotherto/index.vue (子组件B)