mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
chore: workaround typeerror
This commit is contained in:
parent
b30e8a2b03
commit
fdf2d75d86
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue