import React from "react"; import styles from "./index.less"; import { Anchor } from "antd"; const { Link } = Anchor; const onChange = link => { console.log("Anchor:OnChange", link); }; export default () => (