mattstauffer / suggestive

Suggestive - take suggestions from the fans/followers of your podcast or blog
MIT License
98 stars 26 forks source link

Swapped Vue Resource out with Axios #28

Closed phppirate closed 7 years ago

phppirate commented 7 years ago

Remove Vue Resource and replaced it with the Axios Ajax library. Also updated all Ajax calls to use Axios and went through and manually tested to make sure the implementation did not break the UI.

mattstauffer commented 7 years ago

Thanks so much @phppirate!