chore: init project

This commit is contained in:
vben
2024-05-19 21:20:42 +08:00
commit 399334ac57
630 changed files with 45623 additions and 0 deletions

9
packages/stores/shim-pinia.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
// TODO: https://github.com/vuejs/pinia/issues/2098
declare module 'pinia' {
export function acceptHMRUpdate(
initialUseStore: StoreDefinition | any,
hot: any,
): (newModule: any) => any;
}
export {};