update
This commit is contained in:
parent
f5d9e92b5c
commit
ab85aa3b2f
|
@ -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}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue