index.js 346 B

1234567891011121314
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = exports.Loading = void 0;
  6. var VxeLoading = {
  7. /* eslint-disable @typescript-eslint/no-empty-function */
  8. install: function install() {}
  9. };
  10. var Loading = VxeLoading;
  11. exports.Loading = Loading;
  12. var _default = VxeLoading;
  13. exports.default = _default;