UNPKG
spike-micro-web
Version:
latest (1.0.1)
1.0.1
1.0.0
微前端框架
spike-micro-web
/
src
/
utils
/
fetchResources.js
3 lines
(2 loc)
•
96 B
JavaScript
View Raw
1
2
3
// 获取页面资源
export
const
fetchUrl
= url =>
fetch
(url).
then
(
async
res => res.
text
())