From d15845a79309c7ee05b48b900655a7955381cb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20L=C3=B3pez=20Brante?= Date: Wed, 13 Jan 2021 00:30:37 -0300 Subject: [PATCH] Use Axios directly --- package.json | 1 + pages/index.vue | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ca5d53b..c2f7305 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "@nuxtjs/axios": "^5.12.2", + "axios": "^0.21.1", "body-parser": "^1.19.0", "bootstrap": "^4.5.2", "bootstrap-vue": "^2.17.3", diff --git a/pages/index.vue b/pages/index.vue index 753816e..8c11d27 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -25,6 +25,7 @@