1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-27 14:28:10 +09:00

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>()