docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+11 -11
View File
@@ -64,17 +64,17 @@ Vue.use(NoticeBar);
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| mode | Mode, can be set to `closeable` `link` | `string` | `''` |
| text | Notice text content | `string` | `''` | - |
| delay | Animation delay (s) | `number` | `1` |
| speed | Scroll speed (px/s) | `number` | `50` |
| scrollable | Whether to scroll content | `boolean` | `true` |
| wrapable | Whether to enable text wrap | `boolean` | `false` | - |
| left-icon | Left Icon | `string` | - |
| color | Text color | `string` | `#f60` |
| background | Background color | `string` | `#fff7cc` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| mode | Mode, can be set to `closeable` `link` | `string` | `''` | - |
| text | Notice text content | `string` | `''` | - | - |
| delay | Animation delay (s) | `number` | `1` | - |
| speed | Scroll speed (px/s) | `number` | `50` | - |
| scrollable | Whether to scroll content | `boolean` | `true` | - |
| wrapable | Whether to enable text wrap | `boolean` | `false` | - | - |
| left-icon | Left Icon | `string` | - | - |
| color | Text color | `string` | `#f60` | - |
| background | Background color | `string` | `#fff7cc` | - |
### Events