Skip to content
Advertisement

Failed to compile vue.js app due to axios get request

I have this seemingly simple vue.js component which causes the app fail to compile:

JavaScript

The error that I get is:

JavaScript

I have used axiom in other components in the same app without any issues so have no clue what could be wrong here? How can I fix it?

Advertisement

Answer

The created property needs to be a function, not an object:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement