From 8e935e5400bd1568e1617f503f1e0160ac4473d4 Mon Sep 17 00:00:00 2001 From: davay Date: Tue, 26 Dec 2023 23:04:28 +0700 Subject: [PATCH] works offline --- components/MainLayout.vue | 1 + components/RegisterSW.vue | 60 +++ package.json | 1 + pnpm-lock.yaml | 843 ++++++++++++++------------------------ 4 files changed, 368 insertions(+), 537 deletions(-) create mode 100644 components/RegisterSW.vue diff --git a/components/MainLayout.vue b/components/MainLayout.vue index daf60103..5b920a86 100644 --- a/components/MainLayout.vue +++ b/components/MainLayout.vue @@ -10,6 +10,7 @@ const { theme, site, isDark } = useData()