UNPKG

spike-micro-web

Version:

微前端框架

3 lines (2 loc) 96 B
// 获取页面资源 export const fetchUrl = url => fetch(url).then(async res => res.text())