mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-13 06:03:55 +08:00
fix: fix API misuse in the sample (#491)
fix #490 ```release-note None ```
This commit is contained in:
@@ -41,7 +41,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"
|
||||
>
|
||||
<span>上一页</span>
|
||||
</a>
|
||||
<span th:text="${posts.page} +' / '+ ${posts.total}"></span>
|
||||
<span th:text="${posts.page} +' / '+ ${posts.totalPages}"></span>
|
||||
<a
|
||||
th:href="@{${posts.nextUrl}}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user