Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 307 Bytes

demo.md

File metadata and controls

12 lines (12 loc) · 307 Bytes

1.mark-twain解析出来的无法解析成为ast

import { Button } from 'antd';
ReactDOM.render(
  <div>
    <Button type="primary">Primary</Button>
    <Button>Default</Button>
    <Button type="dashed">Dashed</Button>
    <Button type="danger">Danger</Button>
  </div>
, mountNode);