This commit is contained in:
2026-03-17 00:46:51 +08:00
parent 4a5fdd3961
commit f0ecab4350
20 changed files with 283 additions and 287 deletions

View File

@@ -26,7 +26,7 @@ const forwarded = useForwardProps(delegatedProps)
v-bind="forwarded"
>
<slot>
<span class="hidden sm:block">Next</span>
<span class="hidden sm:block">下一页</span>
<ChevronRightIcon />
</slot>
</PaginationNext>