核工业西南物理研究院知识库AI客户端
xiangpei
2025-03-25 7692e06e56a2d56bb57733ba303b2a23b36975a2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import Vue from 'vue'
import Vuex from 'vuex'
 
Vue.use(Vuex)
 
export default new Vuex.Store({
  state: {
  },
  getters: {
  },
  mutations: {
  },
  actions: {
  },
  modules: {
  }
})