UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

23 lines (18 loc) 637 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var loading = require('./loading.js'); var directive = require('./directive.js'); const IvueLoading = { install(app) { app.directive("loading", directive["default"]); app.config.globalProperties.$loading = loading["default"]; }, directive: directive["default"], service: loading["default"] }; exports.IvueLoadingService = loading["default"]; exports.IvueLoadingDirective = directive["default"]; exports.directive = directive["default"]; exports.IvueLoading = IvueLoading; exports["default"] = IvueLoading; //# sourceMappingURL=index.js.map