feat: add no articles text

This commit is contained in:
Sándor Levcsák 2020-11-07 05:46:54 +02:00 committed by plumrx
parent e3c94a5d4c
commit 2f0a9680e3
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
>
Articles are downloading...
</div>
<div
v-else-if="articles.length == 0"
class="article-preview"
>
No articles are here... yet.
</div>
<template v-else>
<ArticlePreview
v-for="(article, index) in articles"