UNPKG

@vuesax-alpha/nightly

Version:
26 lines (21 loc) 738 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var method = require('./src/method.js'); var directive = require('./src/directive.js'); var loading = require('./src/loading.js'); const VsLoading = { install(app) { app.directive("loading", directive.vLoading); app.config.globalProperties.$loading = method.loading; }, directive: directive.vLoading, service: method.loading }; exports.VsLoadingFn = method.loading; exports.VsLoadingDirective = directive.vLoading; exports.vLoading = directive.vLoading; exports.loadingProps = loading.loadingProps; exports.loadingTypes = loading.loadingTypes; exports.VsLoading = VsLoading; exports["default"] = VsLoading; //# sourceMappingURL=index.js.map