You need to get a jsonp and put them in store Vuex, how to do it if in how to do it if you can not use the fetch not this
import { mapState, mapGetters } from 'vuex'
export default {
fetch ({ store, params }) {
var self = this
return self.$http.jsonp('https://api.vk.com/method/market.get?..')
.then((res) => {
store.commit('FETCH_DATAS', res.response)
})
},