The vue parent component invokes the child component method ref does not work

parent component:

clipboard.png

clipboard.png

:

clipboard.png

clipboard.png

Apr.02,2021

this.$refs.rc is a Array , and you can use this.$ refs.rc [index] .clearMsg () to call a subcomponent's method.

available for all subcomponents:
  

first console this.$refs.rc, to see what it is

Menu