liudong
2024-08-12 a53981aea70d2247120954a96f9f462c6bad936b
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 ;