Fix: Cleanup debugging stuff

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-05-10 23:20:01 +02:00
parent a2c7b10418
commit 24ba460f82
No known key found for this signature in database
GPG Key ID: DC2729FDD34BE99E
3 changed files with 4003 additions and 4016 deletions

8006
assets.go

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -10,8 +10,6 @@ import 'bootswatch/dist/flatly/bootstrap.css'
import app from './app.vue'
import messages from './langs/langs.js'
console.log(['app.js loaded',app,messages])
Vue.use(BootstrapVue)
Vue.use(VueI18n)
@ -23,15 +21,6 @@ const i18n = new VueI18n({
new Vue({
components: { app },
data: {
error: null,
secret: '',
securePassword: null,
view: 'create',
version,
},
el: '#app',
i18n,
render: createElement => createElement('app'),