Vue JS - Uncaught ReferenceError: anios is not defined

When following the documents from Vue js,
https://vuejs.org/v2/guide/render-function.html
there is an error pop up.
In which it says, anios is not defined, and this is an error from Vue component, not JS.
As you know, anios is a official alternative for vue-resource, the solution is also very easy.
using
this.$axios.get('https://yesno.wtf/api')
instead of calling axios directly.

Happy Programming.

MK11

Comments