feat: add grid items

This commit is contained in:
Qiuxia Fan
2021-12-21 13:55:43 +08:00
parent d8ff29fac5
commit 9fd5b41c3e
4 changed files with 60 additions and 55 deletions

View File

@@ -27,7 +27,7 @@ interface AppState {
utcHour: number;
utcMin: number;
eventStack: (() => unknown)[];
timer: ReturnType<typeof setInterval> | null;
timer: Nullable<any>;
}
export const appStore = defineStore({