mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 09:41:17 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
15
web/admin-spa/node_modules/element-plus/es/components/message-box/index.mjs
generated
vendored
Normal file
15
web/admin-spa/node_modules/element-plus/es/components/message-box/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import MessageBox from './src/messageBox.mjs';
|
||||
|
||||
const _MessageBox = MessageBox;
|
||||
_MessageBox.install = (app) => {
|
||||
_MessageBox._context = app._context;
|
||||
app.config.globalProperties.$msgbox = _MessageBox;
|
||||
app.config.globalProperties.$messageBox = _MessageBox;
|
||||
app.config.globalProperties.$alert = _MessageBox.alert;
|
||||
app.config.globalProperties.$confirm = _MessageBox.confirm;
|
||||
app.config.globalProperties.$prompt = _MessageBox.prompt;
|
||||
};
|
||||
const ElMessageBox = _MessageBox;
|
||||
|
||||
export { ElMessageBox, _MessageBox as default };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user