chore: lint + bump deps

This commit is contained in:
liyasthomas
2021-11-04 18:23:50 +05:30
parent ad76d100ee
commit 9e74a8c2e7
32 changed files with 1248 additions and 1265 deletions

View File

@@ -146,7 +146,7 @@ defineActionHandler("modals.search.toggle", () => {
showSearch.value = !showSearch.value
})
onMounted(async () => {
onMounted(() => {
window.addEventListener("online", () => {
isOnLine.value = true
})