chore: workaround typeerror
parent
b30e8a2b03
commit
fdf2d75d86
|
@ -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>()
|
||||
|
|
Loading…
Reference in New Issue