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
471 B

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