0👍
Did you add axios
and vue-axios
packages to package.json or did you install these packages? It looks you’re not.
You need to install them with below;
npm i axios
npm i vue-axios
Source:stackexchange.com
0👍
Did you add axios
and vue-axios
packages to package.json or did you install these packages? It looks you’re not.
You need to install them with below;
npm i axios
npm i vue-axios