reqair docs (#3006)

This commit is contained in:
Aimer
2019-03-20 11:52:44 +08:00
committed by neverland
parent 09bc2b3f25
commit a156e1b914
12 changed files with 26 additions and 12 deletions
+7
View File
@@ -51,6 +51,7 @@ Vue.use(NoticeBar);
| 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` |
@@ -65,3 +66,9 @@ Vue.use(NoticeBar);
|------|------|------|
| click | Triggered when click NoticeBar | - |
| click | Triggered when closed | - |
### Slot
| Name | Description |
|------|------|
| - | Notice text content