vue-cli3 axios

添加axios: vue add  axios main.js中引入 import axios from "axios"; Vue.prototype.$axios = axios; get請求方式 post請求方式 axios.post('/api/news/matches', { page: 1, limit: 10, }) .then((response) =
相關文章
相關標籤/搜索