mirror of
https://github.com/halo-dev/docs.git
synced 2026-04-25 02:01:30 +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>
|
<span>上一页</span>
|
||||||
</a>
|
</a>
|
||||||
<span th:text="${posts.page} +' / '+ ${posts.total}"></span>
|
<span th:text="${posts.page} +' / '+ ${posts.totalPages}"></span>
|
||||||
<a
|
<a
|
||||||
th:href="@{${posts.nextUrl}}"
|
th:href="@{${posts.nextUrl}}"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ import ListedPostVo from "../vo/_ListedPostVo.md"
|
|||||||
>
|
>
|
||||||
<span>上一页</span>
|
<span>上一页</span>
|
||||||
</a>
|
</a>
|
||||||
<span th:text="${posts.page} +' / '+ ${posts.total}"></span>
|
<span th:text="${posts.page} +' / '+ ${posts.totalPages}"></span>
|
||||||
<a
|
<a
|
||||||
th:href="@{${posts.nextUrl}}"
|
th:href="@{${posts.nextUrl}}"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user