1 Star 0 Fork 2.7K

Glorious19J/唛盟低代码mdp-lcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dev-client.js 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
qqkj 提交于 2020-12-23 00:00 . 初始
/* eslint-disable */
require('eventsource-polyfill')
var hotClient = require('webpack-hot-middleware/client?noInfo=true&reload=true')
hotClient.subscribe(function (event) {
if (event.action === 'reload') {
window.location.reload()
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/djkhhgffd/mdp-lcode-ui-web.git
git@gitee.com:djkhhgffd/mdp-lcode-ui-web.git
djkhhgffd
mdp-lcode-ui-web
唛盟低代码mdp-lcode
master

搜索帮助