Remove not neccecarly pwa sw configs and codes

This commit is contained in:
marzban-dev
2026-05-09 00:55:02 +03:30
parent b51fbbf2a5
commit e0714c65a6
8 changed files with 31 additions and 300 deletions
-12
View File
@@ -18,12 +18,6 @@ useSeoMeta({
width: "device-width",
},
});
const { $updateAvailable: updateAvailable, $handleUpdate: handleUpdate } = useNuxtApp();
const closeModal = () => {
updateAvailable.value = false;
};
</script>
<template>
@@ -32,12 +26,6 @@ const closeModal = () => {
<NuxtPwaManifest />
<UpdatePwaModal
:isShow="updateAvailable"
@update="handleUpdate"
@close="closeModal"
/>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>