You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
180 B
Markdown
16 lines
180 B
Markdown
9 years ago
|
# 自定义描述文案
|
||
|
|
||
|
- order: 4
|
||
|
|
||
|
自定义描述文案。
|
||
|
|
||
|
---
|
||
|
|
||
|
````jsx
|
||
|
import { Spin } from 'antd';
|
||
|
|
||
|
ReactDOM.render(
|
||
|
<Spin tip="自定义描述文案"/>
|
||
|
, mountNode);
|
||
|
````
|