Fix #4: Add encryption details to homepage

This commit is contained in:
2024-10-05 16:10:44 +02:00
parent 0806207b89
commit a53be04acf
4 changed files with 195 additions and 4 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ const approuter = new Vue({
vuetify: new Vuetify(),
el: "#main",
data: {
dialog: true,
dialog: false,
},
})