/** * title: "高亮链接" * description: "Button组件添加 text 属性为文字按钮,通过 component 属性 控制最终渲染的 jsx 标签标签类型为a标签。" */ import React from 'react'; import { Button } from '@alicloud/console-components'; export default () => { return (
   
); };