forked from AkkomaGang/admin-fe
Show reboot button on every page
This commit is contained in:
parent
66c5a85821
commit
655584c877
51 changed files with 2032 additions and 964 deletions
|
|
@ -12,7 +12,9 @@ const localVue = createLocalVue()
|
|||
localVue.use(Vuex)
|
||||
localVue.use(Element)
|
||||
|
||||
jest.mock('@/api/app')
|
||||
jest.mock('@/api/invites')
|
||||
jest.mock('@/api/nodeInfo')
|
||||
|
||||
describe('Invite tokens', () => {
|
||||
let store
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
import app from '@/store/modules/app'
|
||||
import user from '@/store/modules/user'
|
||||
import invites from '@/store/modules/invites'
|
||||
import settings from '@/store/modules/settings'
|
||||
import getters from '@/store/getters'
|
||||
|
||||
export default {
|
||||
modules: {
|
||||
app,
|
||||
invites,
|
||||
settings,
|
||||
user
|
||||
},
|
||||
getters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue