Vue.js 组件通信示例

2024-11-24 0 750

Vue.js 组件通信示例

这是一个关于Vue.js组件通信的示例,包括PropsEvents的使用。

// 父组件
Vue.component(‘parent-component’, {
template: `

Parent Component

`,
data() {
return {
parentMessage: ‘Hello from Parent!’
};
},
methods: {
handleNotify(message) {
alert(message);
}
},
components: {
‘child-component’: {
template: `

Child Component

{{ message }}

`,
props: [‘message’],
methods: {
notifyParent() {
this.$emit(‘notify’, ‘Hello from Child!’);
}
}
}
}
});

new Vue({
el: ‘#app’,
template: ”
});

Vue.js
收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

本站尊重知识产权,如知识产权权利人认为平台内容涉嫌侵犯到您的权益,可通过邮件:8990553@qq.com,我们将及时删除文章
本站所有资源仅用于学习及研究使用,请必须在24小时内删除所下载资源,切勿用于商业用途,否则由此引发的法律纠纷及连带责任本站和发布者概不承担。资源除标明原创外均来自网络整理,版权归原作者或本站特约原创作者所有,如侵犯到您权益请联系本站删除

腾谷资源站 vue Vue.js 组件通信示例 https://www.tenguzhan.com/799.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务