Skip to content

Commit c174094

Browse files
committed
fix: build error
1 parent ce3dbc7 commit c174094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { computed, nextTick, type ComputedRef, type Directive } from "vue";
1+
import { computed, type ComputedRef, type Directive } from "vue";
22

33
export function debounceComputed<T>(func: () => T, wait = 1000): ComputedRef<T> {
44
let lastCacheTime = Date.now();

0 commit comments

Comments
 (0)