Tayyab Roy

Results 2 comments of Tayyab Roy

https://github.com/leo6104/ngx-slick-carousel/edit/master/src/testing/slick-trackby-example.component.ts

main.js window.axios = require('axios'); window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest' Vue.prototype.$http = window.axios // use export default { mounted () { this.$http.get('test') .then(...) .catch(...) } }