yinbangzhong
2024-08-24 b4a7d2e10c252a619d2ff21eb87d68bc677eeaba
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 ;