Change message on modal.
This commit is contained in:
parent
b9429f4bfa
commit
cf29971b2f
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ const computedEditedTimestamp = computed(() => parseTimestampToUTC(editedTimesta
|
||||||
Load Archive
|
Load Archive
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="archive && onlyLoadArchive">
|
||||||
|
Archive loaded.
|
||||||
|
</div>
|
||||||
<div v-for="post in archive" v-if="!onlyLoadArchive">
|
<div v-for="post in archive" v-if="!onlyLoadArchive">
|
||||||
<button class="btn-secondary btn-wide" @click="loadPost(blogInstallLocation, post.filename)">
|
<button class="btn-secondary btn-wide" @click="loadPost(blogInstallLocation, post.filename)">
|
||||||
{{ post.postTitle }}
|
{{ post.postTitle }}
|
||||||
|
|
Loading…
Reference in a new issue