fix: 修复任务状态检查
This commit is contained in:
@@ -2,8 +2,10 @@ import { reactive } from "vue";
|
||||
|
||||
interface AppState {
|
||||
loading: boolean;
|
||||
taskPollingTrigger: number;
|
||||
}
|
||||
|
||||
export const appState = reactive<AppState>({
|
||||
loading: false,
|
||||
taskPollingTrigger: 0,
|
||||
});
|
||||
|
Reference in New Issue
Block a user