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
+2
View File
@@ -1,6 +1,8 @@
{% include "vue/plugins.js" %}
{% if settings.DEBUG %}
Vue.config.devtools = true
{% endif %}
Vue.use(VueRouter)
Vue.use(Vuex)
+1 -1
View File
@@ -12,6 +12,6 @@ const approuter = new Vue({
vuetify: new Vuetify(),
el: "#main",
data: {
dialog: true,
dialog: false,
},
})