1.0.0 • Published 6 years ago
dream-jsbridge v1.0.0
dream-jsbridge
安装
yarn add dream-jsbridge
使用
import Bridge from 'dream-jsbridge';
Bridge.fetch({
url: 'https://xxx',
data: {
id: 'xxx'
},
success(res) {
console.log(res.data);
}
});
1.0.0
6 years ago