zhangxiao
2024-08-26 a4ca216c5b215f323b3c439b2f445dad72bbfce1
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 ;