fix: IconPicker.vue

fix: ElementPlusError: [el-pagination] [API] small is about to be deprecated in version 3.0.0, please use size instead.
This commit is contained in:
Jack LIU
2025-07-22 11:25:43 +08:00
committed by GitHub
parent ac06b7ae70
commit 9f51e06afa

View File

@@ -171,7 +171,7 @@ const inputClear = () => {
v-model:current-page="currentPage"
v-model:page-size="pageSize"
:pager-count="5"
small
size="small"
:page-sizes="[100, 200, 300, 400]"
layout="total, prev, pager, next, jumper"
:total="filterItemIcons(icons[currentIconNameIndex].icons).length"