首页 > TAG信息列表 > childName

vue.js3:父组件子组件互相访问数据方法(vue@3.2.37)

一,js代码 1,Child.vue <template> <div style="background: #ffff00;"> <div>这是子组件</div> <div>参数default:{{defaultStr}},参数top:{{topStr}}</div> <div>变量:{{childName}}</div> <button @click