mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:52:01 +09:00
발신 번호 수정
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
import searchcondition from './store/search-condition'
|
||||
import dataStore from './store/dataStore'
|
||||
import login from './modules/login/store/index'
|
||||
import createPersistedState from 'vuex-persistedstate';
|
||||
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
export default new Vuex.Store({
|
||||
modules: {
|
||||
searchcondition,
|
||||
login
|
||||
login,
|
||||
dataStore
|
||||
},
|
||||
plugins: [createPersistedState({ paths: ["login"] })],
|
||||
plugins: [createPersistedState({ paths: ["login","dataStore"] })],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user