example: upgrade axios-module to 5.x

This commit is contained in:
Clark Du 2018-02-05 17:49:08 +08:00
parent e60a8e7463
commit 4d973a7d4e
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ module.exports = {
'@nuxtjs/proxy' '@nuxtjs/proxy'
], ],
proxy: [ proxy: [
['/api/dog', { target: 'https://dog.ceo/', pathRewrite: { '^/api/dog': '/api/breeds/image/random' } }] ['/dog', { target: 'https://dog.ceo/', pathRewrite: { '^/dog': '/api/breeds/image/random' } }]
] ]
} }

View File

@ -2,7 +2,7 @@
"name": "nuxt-proxy", "name": "nuxt-proxy",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@nuxtjs/axios": "^4.4.0", "@nuxtjs/axios": "^5.0.0",
"@nuxtjs/proxy": "^1.1.2", "@nuxtjs/proxy": "^1.1.2",
"nuxt": "latest" "nuxt": "latest"
}, },