We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf9cb2 commit 067db9dCopy full SHA for 067db9d
src/addons/iconset/IconifyCollection.vue
@@ -305,7 +305,7 @@ onMounted(async () => {
305
</button>
306
</Tooltip>
307
</div>
308
- <Pagination v-model:page="page" :total="allIcons.length" :perpage="perpage" size="2" />
+ <Pagination v-model:page="page" :total="allIcons.length" :items-per-page="perpage" />
309
310
311
</template>
0 commit comments