chore: bump dependencies

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-08-25 15:50:49 +08:00
parent b1fa0b0b2f
commit b7cbc0866e
8 changed files with 53 additions and 47 deletions
+3
View File
@@ -26,6 +26,9 @@ import PostCard from "../components/PostCard.vue"
<li th:text="#{hello('Ryan Wang')}"></li>
</ul>
<PostCard client:visible />
<p th:each="post : ${postFinder.list(1, 10)}">
<span th:text="${post.name}">Onions</span>
</p>
</main>
</Layout>