Put ref=”childComponent” on the child component’s instance in the parent component and access it from that ref’s method like this:
<childcomponent ref="childComponent" />
var self=this;
self.$refs.chldComponent.<method>
Put ref=”childComponent” on the child component’s instance in the parent component and access it from that ref’s method like this:
<childcomponent ref="childComponent" />
var self=this;
self.$refs.chldComponent.<method>