chore: workaround typeerror

This commit is contained in:
Anthony Fu 2022-12-24 01:46:43 +01:00
parent b30e8a2b03
commit fdf2d75d86

View file

@ -1,5 +1,6 @@
<script setup lang="ts">
import Fuse from 'fuse.js'
import { $fetch } from 'ofetch'
import { DEFAULT_SERVER } from '~/constants'
const input = $ref<HTMLInputElement>()