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.

12 lines
425 B

1 month ago
  1. import Anchor from './src/anchor2.mjs';
  2. import AnchorLink from './src/anchor-link2.mjs';
  3. export { anchorEmits, anchorProps } from './src/anchor.mjs';
  4. import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
  5. const ElAnchor = withInstall(Anchor, {
  6. AnchorLink
  7. });
  8. const ElAnchorLink = withNoopInstall(AnchorLink);
  9. export { ElAnchor, ElAnchorLink, ElAnchor as default };
  10. //# sourceMappingURL=index.mjs.map