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.
14 lines
457 B
14 lines
457 B
import '../../utils/index.mjs';
|
|
import Anchor from './src/anchor2.mjs';
|
|
import AnchorLink from './src/anchor-link2.mjs';
|
|
export { anchorEmits, anchorProps } from './src/anchor.mjs';
|
|
import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
|
|
|
|
const ElAnchor = withInstall(Anchor, {
|
|
AnchorLink
|
|
});
|
|
const ElAnchorLink = withNoopInstall(AnchorLink);
|
|
|
|
export { ElAnchor, ElAnchorLink, ElAnchor as default };
|
|
//# sourceMappingURL=index.mjs.map
|