Posts by Juliano • 11 points
2 posts
-
0
votes1
answer77
viewsA: Pass return of a request Axios to component using props in Vuejs
I decided using the EventBus.$emit to pass the data to the component without the props, is not the best solution but at the moment is the best I found ;) In the form: created: function () {…
-
1
votes1
answer77
viewsQ: Pass return of a request Axios to component using props in Vuejs
I’m using data from a request via Axios to popular a component form, step these values via prop for some components within this form. The problem is that some components use the data within the…