This commit is contained in:
2026-08-05 23:10:48 +07:00
parent ec6a5dc709
commit 39d6ced46d
13 changed files with 141 additions and 136 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ref, onMounted, onUnmounted } from 'vue';
import { onMounted, onUnmounted,ref } from 'vue';
export function useSimplePolling(callback: () => void, interval = 5000) {
const isActive = ref(true);