Vue3 axios 同步获取
1 // 请求列表 2 const getArticleList = async (): Promise<void> => { 3 // ... 4 articleList.value = await axios({ 5 method: 'get', 6 url: apiUrl.value, 7 // ... 8 }) 9 // ... 10 }
1 // 请求列表 2 const getArticleList = async (): Promise<void> => { 3 // ... 4 articleList.value = await axios({ 5 method: 'get', 6 url: apiUrl.value, 7 // ... 8 }) 9 // ... 10 }
坐标合肥,非典型GIS开发人员 GitHub。