mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 05:39:35 +09:00
hubez-admin partner-git master -> hubez-git transfer 202205241800
This commit is contained in:
13
frontend/src/store.js
Normal file
13
frontend/src/store.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
import searchcondition from './store/search-condition'
|
||||
import login from './modules/login/store/index'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
export default new Vuex.Store({
|
||||
modules: {
|
||||
searchcondition,
|
||||
login
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user