Change message on modal.

This commit is contained in:
pedrocx486 2023-02-12 04:18:09 -03:00
parent b9429f4bfa
commit cf29971b2f
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@ const computedEditedTimestamp = computed(() => parseTimestampToUTC(editedTimesta
Load Archive
</button>
</div>
<div v-if="archive && onlyLoadArchive">
Archive loaded.
</div>
<div v-for="post in archive" v-if="!onlyLoadArchive">
<button class="btn-secondary btn-wide" @click="loadPost(blogInstallLocation, post.filename)">
{{ post.postTitle }}