When "content" is empty nothing is shown in the grid

This commit is contained in:
konrad 2017-11-21 10:37:17 +01:00 committed by kolaente
parent 8c487d17d6
commit d33dcdf05d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
<template v-else>
{{entry[key].content}}
</template>
</template>
<template v-else-if="entry[key].content === ''">
</template>
<template v-else>
{{entry[key]}}