kaorun343 / vue-property-decorator

Vue.js and Property Decorator
MIT License
5.52k stars 380 forks source link

$ref on async vue component #372

Closed deepakCTL closed 3 years ago

deepakCTL commented 3 years ago

Just wanted to know how can we add ref on async child component and call its method using $refs in the parent component.