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: '',
|
description: '',
|
||||||
token: null,
|
token: null,
|
||||||
coinanimation: true,
|
coinanimation: true,
|
||||||
newsletterState: null
|
newsletterState: null,
|
||||||
},
|
},
|
||||||
getters: {},
|
getters: {},
|
||||||
// Syncronous mutation of the state
|
// Syncronous mutation of the state
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<hr />
|
<hr />
|
||||||
<form-user-passwort />
|
<form-user-passwort />
|
||||||
<hr />
|
<hr />
|
||||||
<form-user-language />
|
<form-user-language />
|
||||||
<hr />
|
<hr />
|
||||||
<form-user-newsletter />
|
<form-user-newsletter />
|
||||||
<hr />
|
<hr />
|
||||||
@ -25,7 +25,7 @@ export default {
|
|||||||
UserCard,
|
UserCard,
|
||||||
FormUserData,
|
FormUserData,
|
||||||
FormUserPasswort,
|
FormUserPasswort,
|
||||||
FormUserLanguage,
|
FormUserLanguage,
|
||||||
FormUserNewsletter,
|
FormUserNewsletter,
|
||||||
FormUserCoinAnimation,
|
FormUserCoinAnimation,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user