2
This commit is contained in:
18
normal-admin/node_modules/element-plus/es/components/loading/index.mjs
generated
vendored
Normal file
18
normal-admin/node_modules/element-plus/es/components/loading/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import Loading from './src/service.mjs';
|
||||
export { default as ElLoadingService } from './src/service.mjs';
|
||||
import vLoading from './src/directive.mjs';
|
||||
export { default as ElLoadingDirective, default as vLoading } from './src/directive.mjs';
|
||||
|
||||
const ElLoading = {
|
||||
install(app) {
|
||||
Loading._context = app._context;
|
||||
vLoading._context = app._context;
|
||||
app.directive("loading", vLoading);
|
||||
app.config.globalProperties.$loading = Loading;
|
||||
},
|
||||
directive: vLoading,
|
||||
service: Loading
|
||||
};
|
||||
|
||||
export { ElLoading, ElLoading as default };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user