documentation updates

This commit is contained in:
Hayden
2021-01-08 22:57:59 -09:00
parent 7b6fdc7619
commit 79f957eb8c
12 changed files with 82 additions and 36 deletions

View File

@@ -2,7 +2,11 @@
<v-container>
<v-alert v-if="newVersion" color="green" type="success" outlined>
A New Version of Mealie is Avaiable,
<a href="https://github.com/hay-kot/mealie" class="green--text">
<a
href="https://github.com/hay-kot/mealie/releases/latest"
target="_blank"
class="green--text"
>
Visit the Repo
</a>
</v-alert>
@@ -43,7 +47,7 @@ export default {
data() {
return {
latestVersion: null,
version: "v0.0.1",
version: "v0.0.2",
};
},
mounted() {