From 7b1b1d6b228973024971cd31e8c301b973430bbe Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 25 May 2019 00:45:57 +0100 Subject: [PATCH] Add axios --- package.json | 1 + src/App.vue | 4 ++++ yarn.lock | 10 +++++++++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b18e226..9915d57 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "test:unit": "vue-cli-service test:unit" }, "dependencies": { + "axios": "^0.18.0", "core-js": "^2.6.5", "tailwindcss": "^1.0.1", "vue": "^2.6.10", diff --git a/src/App.vue b/src/App.vue index 186ae62..190e6c9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,3 +9,7 @@ + + diff --git a/yarn.lock b/yarn.lock index d1bd87d..74ca20d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1523,6 +1523,14 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== +axios@^0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102" + integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI= + dependencies: + follow-redirects "^1.3.0" + is-buffer "^1.1.5" + babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" @@ -4135,7 +4143,7 @@ flush-write-stream@^1.0.0: inherits "^2.0.3" readable-stream "^2.3.6" -follow-redirects@^1.0.0: +follow-redirects@^1.0.0, follow-redirects@^1.3.0: version "1.7.0" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76" integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==