mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Additions
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
id="main-loader"
|
||||
:is-loading="isLoading"
|
||||
/> -->
|
||||
<TheAppWelcome @newConn="showNewConnModal" />
|
||||
<TheAppWelcome v-if="!connections.length" @newConn="showNewConnModal" />
|
||||
</div>
|
||||
<TheFooter />
|
||||
<ModalNewConnection v-if="isNewConnModal" />
|
||||
@ -39,7 +39,8 @@ export default {
|
||||
computed: {
|
||||
...mapGetters({
|
||||
isLoading: 'application/isLoading',
|
||||
isNewConnModal: 'connections/isNewModal'
|
||||
isNewConnModal: 'connections/isNewModal',
|
||||
connections: 'connections/getConnections'
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user