after remove conflicts, fix lint

This commit is contained in:
ogerly 2021-09-20 08:25:36 +02:00
parent 77b48e01bd
commit 8ccbffcb9f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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,
}, },