UNPKG

260 BMarkdownView Raw
1# 实现了 哈哈哈哈
2````js
3import {Button} from 'antd';
4import ReactDom from 'react-dom';
5
6const Comp = (props) => {
7 return (
8 <Button type="primary">wo shi md</Button>
9 )
10}
11
12ReactDom.render(<Comp />, document.getElementById('root'));
13
14````
\No newline at end of file