-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[vue] 怎么访问到子组件的实例或者子元素? #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
vue
vue
Comments
通过 this.$refs |
vm.$children |
this.$children/this.$refs.xxx |
在子组件标签上加 ref属性如ref="baseAlert",在父组件通过this.$refs.baseAlert.子组件方法名。 |
写了完整的demo,你可看下
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[vue] 怎么访问到子组件的实例或者子元素?
The text was updated successfully, but these errors were encountered: