Skip to content

Commit

Permalink
docs: change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Sep 26, 2019
1 parent 8b7185a commit 0504e88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions components/spin/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import { NzSpinModule } from 'ng-zorro-antd/spin';

### nz-spin

| Property | Description | Type | Default Value |
| -------- | ----------- | ---- | ------------- |
| Property | Description | Type | Default Value | Global Config |
| -------- | ----------- | ---- | ------------- | ------------- |
| `[nzDelay]` | specifies a delay in milliseconds for loading state (prevent flush), unit: milliseconds | `number` | - |
| `[nzIndicator]` | the spinning indicator | `TemplateRef<void>` | - |
| `[nzIndicator]` | the spinning indicator | `TemplateRef<void>` | - ||
| `[nzSize]` | size of Spin | `'large' \| 'small' \| 'default'` | `'default'` |
| `[nzSpinning]` | whether Spin is spinning | `boolean` | `true` |
| `[nzSimple]` | whether Spin has no children | `boolean` | `false` |
Expand Down
6 changes: 3 additions & 3 deletions components/spin/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import { NzSpinModule } from 'ng-zorro-antd/spin';

### nz-spin

| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| 参数 | 说明 | 类型 | 默认值 | 全局配置 |
| --- | --- | --- | --- | --- |
| `[nzDelay]` | 延迟显示加载效果的时间(防止闪烁),单位:毫秒 | `number` | - |
| `[nzIndicator]` | 加载指示符 | `TemplateRef<void>` | - |
| `[nzIndicator]` | 加载指示符 | `TemplateRef<void>` | - ||
| `[nzSize]` | 组件大小 | `'large' \| 'small' \| 'default'` | `'default'` |
| `[nzSpinning]` | 是否旋转 | `boolean` | `true` |
| `[nzSimple]` | 是否包裹元素 | `boolean` | `false` |
Expand Down

0 comments on commit 0504e88

Please sign in to comment.