mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
after remove conflicts, fix lint
This commit is contained in:
parent
77b48e01bd
commit
8ccbffcb9f
@ -68,7 +68,7 @@ export const store = new Vuex.Store({
|
||||
description: '',
|
||||
token: null,
|
||||
coinanimation: true,
|
||||
newsletterState: null
|
||||
newsletterState: null,
|
||||
},
|
||||
getters: {},
|
||||
// Syncronous mutation of the state
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<hr />
|
||||
<form-user-passwort />
|
||||
<hr />
|
||||
<form-user-language />
|
||||
<form-user-language />
|
||||
<hr />
|
||||
<form-user-newsletter />
|
||||
<hr />
|
||||
@ -25,7 +25,7 @@ export default {
|
||||
UserCard,
|
||||
FormUserData,
|
||||
FormUserPasswort,
|
||||
FormUserLanguage,
|
||||
FormUserLanguage,
|
||||
FormUserNewsletter,
|
||||
FormUserCoinAnimation,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user