1 个回复
CMSYOU - CMS企业网站定制专家
赞同来自:
// 子组件
export default {
methods: {
childOnShow() {
console.log('子组件 onShow');
// 在这里执行你需要的操作
}
}
}
// 父组件
<template>
<view>
<child-component ref="childComponent"></child-component>
</view>
</template>
// 父组件
export default {
onShow() {
this.$refs.childComponent.childOnShow();
}
}
最新活动:2024-02-21 10:54
浏览:510 次
关注:1 人
Copyright © 2008-2025 CMSYOU - 互助问答社区 - 粤ICP备10060801号-3 RSS Feed
欢迎加入QQ群(346494585) “让我们一起来学习CMS建站吧!”
要评论问题请先登录或注册