feat(@vben/stores): export defineStore to support pinia persistence within apps (#4483)

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
pull/48/MERGE
jinmao88 2024-09-28 16:01:04 +08:00 committed by GitHub
parent 639d2e1525
commit 93b5618b52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export * from './modules';
export * from './setup';
export { storeToRefs } from 'pinia';
export { defineStore, storeToRefs } from 'pinia';