feat: add ListBlog component

This commit is contained in:
kmacoders
2021-07-03 00:08:21 +07:00
parent 93180f04cb
commit 2f2c82ba59
2 changed files with 35 additions and 88 deletions

View File

@@ -5,7 +5,7 @@
<div class="column is-10 is-offset-1">
<FeaturedBlog :first-blog="allArticles[0]" />
<hr>
<ListBlog />
<ListBlog :list-blogs="paginatedArticles"/>
</div>
</div>
</div>