This commit is contained in:
ManjaroOne666 2019-02-12 12:36:05 +00:00
parent f5d9e92b5c
commit ab85aa3b2f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export default {
}, },
async asyncData({ $axios }) { async asyncData({ $axios }) {
let { bgImages, taglines } = await $axios.$get('/api/v1/home') const { bgImages, taglines } = await $axios.$get('/api/v1/home')
return { bgImages, taglines} return { bgImages, taglines}
}, },