Fix #4: Add encryption details to homepage
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{% include "vue/plugins.js" %}
|
||||
|
||||
{% if settings.DEBUG %}
|
||||
Vue.config.devtools = true
|
||||
{% endif %}
|
||||
|
||||
Vue.use(VueRouter)
|
||||
Vue.use(Vuex)
|
||||
|
||||
@@ -12,6 +12,6 @@ const approuter = new Vue({
|
||||
vuetify: new Vuetify(),
|
||||
el: "#main",
|
||||
data: {
|
||||
dialog: true,
|
||||
dialog: false,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user