mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
clear branch
This commit is contained in:
parent
605c3f7614
commit
13e4bfff1d
@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="main-content">
|
||||
<loading :active.sync="isLoading" :is-full-page="fullPage"></loading>
|
||||
<template>
|
||||
<div class="main-content">
|
||||
<router-view></router-view>
|
||||
@ -10,21 +9,9 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
// Import component
|
||||
import Loading from 'vue-loading-overlay'
|
||||
// Import stylesheet
|
||||
import 'vue-loading-overlay/dist/vue-loading.css'
|
||||
|
||||
import ContentFooter from './ContentFooter.vue'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
fullPage: true,
|
||||
}
|
||||
},
|
||||
components: {
|
||||
Loading,
|
||||
ContentFooter,
|
||||
},
|
||||
}
|
||||
|
||||
@ -114,7 +114,6 @@ export default {
|
||||
// Optional parameters
|
||||
container: this.$refs.submitButton,
|
||||
})
|
||||
|
||||
const result = await loginAPI.login(this.model.email, this.model.password)
|
||||
if (result.success) {
|
||||
this.$store.dispatch('login', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user