Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ContentList): component slot typechecking
The slot property is `list` and not `data`, so the current type is inaccurate and fails typechecking when used as: ```vue <ContentList v-slot="{ list }">...</ContentList> ```
- Loading branch information