yk-ajax
js
`this.$http.post('/url', { `参数` }, this).then(res => { console.log(res); }, rej => { console.log(rej); });`
Version 1.0.2 License MIT
INSTALL
`this.$http.post('/url', { `参数` }, this).then(res => { console.log(res); }, rej => { console.log(rej); });`