generated from VLADIMIR/template_frontend
fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user