0👍
Using limit
should help you
<page-query>
query {
count
items(limit: 4) {
id
name
}
}
</page-query>
- [Vuejs]-Overflow hidden not working for absolute positioned element in grid
- [Vuejs]-How to prevent Vue Select from highlighting the first option?
Source:stackexchange.com