vue3中使用emit给父组件传值

1.在子组件中




2.父组件中



....

const change = (msg) =>{
    console.log(msg)
}

你可能感兴趣的:(javascript,前端,typescript)