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 ;