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

2024年11月20日 09:35
有1个网友回答
网友(1):

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

在父组件中 this.$refs.ref1

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