element-plus
Version:
A Component Library for Vue 3
23 lines (18 loc) • 615 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
var service = require('./src/service.js');
var directive = require('./src/directive.js');
const ElLoading = {
install(app) {
app.directive("loading", directive.vLoading);
app.config.globalProperties.$loading = service.Loading;
},
directive: directive.vLoading,
service: service.Loading
};
exports.ElLoadingService = service.Loading;
exports.ElLoadingDirective = directive.vLoading;
exports.vLoading = directive.vLoading;
exports.ElLoading = ElLoading;
exports["default"] = ElLoading;
//# sourceMappingURL=index.js.map
;