Javier Granda Ruiz

Results 1 issues of Javier Granda Ruiz

I have a component with beforeRouteEnter() to fetch some data with AXIOS before navigate and init the component like so: ``` // Post.vue beforeRouteEnter(to, from, next) { axios.get(`/posts/${to.params.postId}`) .then((response) =>...

enhancement
question