Ai
1 Star 0 Fork 0

SirXue/AlertMsgH5

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
index.js 449 Bytes
Copy Edit Raw Blame History
SirXue authored 2023-03-04 22:08 +08:00 . 通知消息
import alert from "./lib/alert.js"
import notification from "./lib/notification.js"
import confirm from "./lib/confirm.js"
export function creatMSG(WM = "$ALERTMSG"){
if(!window){
throw new Error("请在浏览器环境中使用!")
}
if(window[WM]){
throw new Error("挂载名称重复,请初始化一个唯一的组件名称!")
}
window[WM]= {
alert,
notification,
confirm
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/post-man/alert-msg-h5.git
git@gitee.com:post-man/alert-msg-h5.git
post-man
alert-msg-h5
AlertMsgH5
main

Search