Fix: Cleanup debugging stuff
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a2c7b10418
commit
24ba460f82
3 changed files with 4003 additions and 4016 deletions
File diff suppressed because one or more lines are too long
11
src/main.js
11
src/main.js
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue