Contents
see List부모에서 자식요소 method 호출
this.$refs.apiRequest.fetchData('')
자식요소에서 부모 요소 method 호출
this.$parent.parentMethod()
부모에서 자식요소 method 호출
this.$refs.apiRequest.fetchData('')
자식요소에서 부모 요소 method 호출
this.$parent.parentMethod()
no | title | user |
---|---|---|
no | title | user |
Comments ( 0 )