# ToDoList **Repository Path**: vue-case/ToDoList ## Basic Information - **Project Name**: ToDoList - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 查看Demo 第一版是简单使用父子组件传值。子组件head使用this.$.emit(自定义方法,值) 方法发送值给父组件,父组件用自定义方法获取值后,以参数的形式传给子组件list,子组件list用props接收值。 [点击这里](http://weixin.yihudong.cn/h5case/VUE/ToDoList/) ### 查看Demo 第二版使用eventBus传值。 [点击这里](https://weixin.yihudong.cn/h5case/VUE/ToDoList-EventBus/) ### 博客说明 [点击这里](https://xiedandan.com/post-7.html)