父子孙组件的传值说明和 Vue.component 与 new Vue({components:{} })的区别说明
varmyheader_child={template:"{{geta}}{{getb}}{{getcount}}",props:["geta","getb","getcount"]}varmyheader={template:"",components:{"myheaderChild":myheader_child,//先在components中注册,才能在template模板中使用。},pro