[Vuejs]-Laravel Vue js Response Result not updating after axios call

0👍

If result and loading are updated then please disregard following:

I had trouble with this. within function in axios call.
Solved it by defining
var _self = this;
before axios call and using _self within response function

Leave a comment