详解vue父子模版嵌套案例
这里是父子模版的调用
这里是针对于vue1.0,如果要学2.0,建议大家去看官方文档
vue2.0:http://vuefe.cn/guide/
vue-router2.0:https://router.vuejs.org/zh-cn/essentials/getting-started.html
第一种,子组件模版直接写在js里
//定义模版挂载点my-component
第二种,使用HTML模版
{{parent.name}}
第三种、来一个复杂的
复用一次 复用二次 ··· ···