Administrator
2022-06-15 47a0f58d4334939b08a55b9356f94de23c8b1367
src/store/index.js
@@ -5,6 +5,7 @@
import tags from './modules/tags'
import logs from './modules/logs'
import dict from './modules/dict'
import control from './modules/control'
import getters from './getters'
Vue.use(Vuex)
@@ -14,7 +15,8 @@
    common,
    logs,
    tags,
    dict
    dict,
    control
  },
  getters,
})