mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
[ FIX ] : Build Errors
This commit is contained in:
@@ -141,8 +141,8 @@ const route = useRoute();
|
||||
const router = useRouter();
|
||||
|
||||
const isTooltipVisible = ref(false);
|
||||
const showTimeout = ref<number | null>(null);
|
||||
const hideTimeout = ref<number | null>(null);
|
||||
const showTimeout = ref<ReturnType<typeof setTimeout> | null>(null);
|
||||
const hideTimeout = ref<ReturnType<typeof setTimeout> | null>(null);
|
||||
|
||||
const slug = (str: string) => str.replace(/\s+/g, '-').toLowerCase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user