fix: offline checker not show in large screen (#1043)

Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
closes https://github.com/elk-zone/elk/issues/1042
This commit is contained in:
Alex 2023-01-13 13:49:48 +08:00 committed by GitHub
parent f758fc6bea
commit 5e940e58cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,4 @@
<script setup lang="ts">
defineProps<{
smallScreen: boolean
}>()
const online = useOnline()
</script>