child props:[‘dataFromFather’], setup(props, context) { console.log(‘dataFromFather=’,props.dataFromFather) // 输出的是 ‘来自父组件的数据’ } context attrs slots father 使用slot1 使用slot2 child // 定义slot1 和 slot2 slot1 slot2 emit child <button @click=“show”>子组件