feat: add types

This commit is contained in:
Qiuxia Fan
2021-12-08 20:21:08 +08:00
parent ffcdd1939a
commit a174b18c23
8 changed files with 16 additions and 12 deletions

View File

@@ -103,6 +103,6 @@ export const appStore = defineStore({
},
},
});
export function useAppStoreWithOut() {
export function useAppStoreWithOut(): any {
return appStore(store);
}