vue.js 如何获取某个组件实例

2024-11-20 09:35:26
推荐回答(1个)
回答1:

如果是在父附件中,可以通过ref

在父组件中 this.$refs.ref1

在子组件中通过 this.$parent获取父组件