Skip to content

Commit

Permalink
feat(@vben/stores): export defineStore to support pinia persistence w…
Browse files Browse the repository at this point in the history
…ithin apps (#4483)

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
  • Loading branch information
jinmao88 and likui628 authored Sep 28, 2024
1 parent 639d2e1 commit 93b5618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stores/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './modules';
export * from './setup';
export { storeToRefs } from 'pinia';
export { defineStore, storeToRefs } from 'pinia';

0 comments on commit 93b5618

Please sign in to comment.