完全跑通1.0版本
This commit is contained in:
19
frontend/node_modules/element-plus/es/plugin.mjs
generated
vendored
Normal file
19
frontend/node_modules/element-plus/es/plugin.mjs
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
import { ElInfiniteScroll } from "./components/infinite-scroll/index.mjs";
|
||||
import { ElLoading } from "./components/loading/index.mjs";
|
||||
import { ElMessage } from "./components/message/index.mjs";
|
||||
import { ElMessageBox } from "./components/message-box/index.mjs";
|
||||
import { ElNotification } from "./components/notification/index.mjs";
|
||||
import { ElPopoverDirective } from "./components/popover/index.mjs";
|
||||
//#region ../../packages/element-plus/plugin.ts
|
||||
var plugin_default = [
|
||||
ElInfiniteScroll,
|
||||
ElLoading,
|
||||
ElMessage,
|
||||
ElMessageBox,
|
||||
ElNotification,
|
||||
ElPopoverDirective
|
||||
];
|
||||
//#endregion
|
||||
export { plugin_default as default };
|
||||
|
||||
//# sourceMappingURL=plugin.mjs.map
|
||||
Reference in New Issue
Block a user