부모에서 자식요소 method 호출
this.$refs.apiRequest.fetchData('')


자식요소에서 부모 요소 method 호출
this.$parent.parentMethod()