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