vue的子组件给父组件传值的方法
app组件的代码
MyStudent的代码
我的名字是:{{name}}
我的年龄是:{{age}}
MySchool的代码
学校名字是{{name}}
学校地址是{{address}}