💄 Adds favicon
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
<script lang="ts" setup>
|
||||
useHead({
|
||||
title: "Door alarm",
|
||||
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
|
||||
})
|
||||
</script>
|
||||
|
@@ -90,8 +90,8 @@ import axios from "axios"
|
||||
|
||||
const token = useToken()
|
||||
|
||||
const opened = ref(true)
|
||||
const locked = ref(true)
|
||||
const opened = ref(false)
|
||||
const locked = ref(false)
|
||||
const alerts = ref(false)
|
||||
|
||||
const toast = useToast()
|
||||
|
Reference in New Issue
Block a user