mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
migrate i18n helper.js some code to typescript and migrate vue file to composition API and typescript
This commit is contained in:
Vendored
+12
@@ -10,3 +10,15 @@ interface Window {
|
||||
[key: string]: string | number | boolean | undefined | null;
|
||||
};
|
||||
}
|
||||
|
||||
interface Navigator {
|
||||
browserLanguage?: string;
|
||||
}
|
||||
|
||||
declare module "framework7/components/notification" {
|
||||
export namespace Notification {
|
||||
export interface Notification {
|
||||
destroy(): void;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user