You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
484 B

1 month ago
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var alert$1 = require('./src/alert2.js');
  4. var alert = require('./src/alert.js');
  5. var install = require('../../utils/vue/install.js');
  6. const ElAlert = install.withInstall(alert$1["default"]);
  7. exports.alertEffects = alert.alertEffects;
  8. exports.alertEmits = alert.alertEmits;
  9. exports.alertProps = alert.alertProps;
  10. exports.ElAlert = ElAlert;
  11. exports["default"] = ElAlert;
  12. //# sourceMappingURL=index.js.map