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.

15 lines
516 B

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