yinbangzhong
2024-09-04 af08dae54f74aa9a94f82f298410165fa9b7b614
src/store/modules/storeMsg/index.ts
@@ -1,6 +1,6 @@
import { defineStore } from 'pinia';
const usePinia  = defineStore('user', {
const useStoreMsg  = defineStore('storeMsg', {
  state: () => ({
    kbobj: {},
  }),
@@ -23,4 +23,4 @@
  },
});
export default usePinia ;
export default useStoreMsg ;