mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 23:09:52 +08:00
feat(ui): add userPanel component
This commit is contained in:
@@ -7,6 +7,7 @@ import user from './global/user'
|
||||
import routes from './global/routes'
|
||||
import notice from './global/notice'
|
||||
import getters from './global/getters'
|
||||
import company from './global/company'
|
||||
import appConfig from '@/config/app'
|
||||
|
||||
Vue.use(Vuex)
|
||||
@@ -16,7 +17,8 @@ const store = new Vuex.Store({
|
||||
app,
|
||||
user,
|
||||
routes,
|
||||
notice
|
||||
notice,
|
||||
company
|
||||
},
|
||||
state: {
|
||||
windowWidth: 800,
|
||||
|
Reference in New Issue
Block a user