Vue2.0路由嵌套 - webarn - 博客园
2017年3月1日 - Vue2.0路由嵌套//组件 const Home = { template:'我是主页' }; const Users = { template:`我是用户信息<router-link to="/users/teemo">teemo<...
Vue2.0组件间数据传递 - Zsmile - 博客园
2017年1月6日 - Vue2.0后$dispatch(),$broadcast()被弃用,见https://cn.vuejs.org/v2/guide/migration.html#dispatch-和-broadcast-替换 1,父组件向子组件传递场景:Fa...