Skip to content

Commit a07f1cd

Browse files
committed
Update documentation
1 parent f416666 commit a07f1cd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,10 @@ From the dataset you pass into the props, this component will produce the most a
472472

473473
### Rating
474474

475-
| Name | dataset type | config type | emits / exposed methods |
476-
| ------------- | -------------------- | ------------------- | ----------------------------------- |
477-
| `VueUiRating` | `VueUiRatingDataset` | `VueUiRatingConfig` | `@rate`, `getData`,`toggleReadonly` |
478-
| `VueUiSmiley` | `VueUiRatingDataset` | `VueUiSmileyConfig` | `@rate`, `getData`,`toggleReadonly` |
475+
| Name | dataset type | config type | emits / exposed methods | slots |
476+
| ------------- | -------------------- | ------------------- | ----------------------------------- | ------------------------------ |
477+
| `VueUiRating` | `VueUiRatingDataset` | `VueUiRatingConfig` | `@rate`, `getData`,`toggleReadonly` | `#layer-under`, `#layer-above` |
478+
| `VueUiSmiley` | `VueUiRatingDataset` | `VueUiSmileyConfig` | `@rate`, `getData`,`toggleReadonly` | |
479479

480480
### Utilities
481481

documentation/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ From the dataset you pass into the props, this component will produce the most a
195195

196196
### Rating
197197

198-
| Name | dataset type | config type | emits / exposed methods |
199-
| ------------- | -------------------- | ------------------- | ----------------------------------- |
200-
| `VueUiRating` | `VueUiRatingDataset` | `VueUiRatingConfig` | `@rate`, `getData`,`toggleReadonly` |
201-
| `VueUiSmiley` | `VueUiRatingDataset` | `VueUiSmileyConfig` | `@rate`, `getData`,`toggleReadonly` |
198+
| Name | dataset type | config type | emits / exposed methods | slots |
199+
| ------------- | -------------------- | ------------------- | ----------------------------------- | ------------------------------ |
200+
| `VueUiRating` | `VueUiRatingDataset` | `VueUiRatingConfig` | `@rate`, `getData`,`toggleReadonly` | `#layer-under`, `#layer-above` |
201+
| `VueUiSmiley` | `VueUiRatingDataset` | `VueUiSmileyConfig` | `@rate`, `getData`,`toggleReadonly` | |
202202

203203
### Utilities
204204

0 commit comments

Comments
 (0)