Vue axios response data is not loading on component in Laravel
I have made an axios request into a vue component from laravel project. Before axios finish request component is loading. and axios response data is not fetching on component.
I moved js/app.js file from the bottom to head and it worked.
But the same code with previous version of Vuejs worked.
Currently i am using vue "vue": "^2.5.17"
@silencebringer Overwriting the entire variable content is not causing reactivity issues. What causes reactivity issues is updating the content of a key of the reactive array.
For example, this would not work without Vue.set or this.$set