haoxuan
2023-11-15 a6649a3319e9f5e9260848872d8cddabfcfc7553
src/store/index.js
@@ -1,5 +1,6 @@
import Vue from 'vue'
import Vuex from 'vuex'
import getSupplierName from "./modules/getSupplierName"
Vue.use(Vuex)
@@ -13,5 +14,6 @@
  actions: {
  },
  modules: {
    getSupplierName
  }
})