feat: use prompt for pwa update

This commit is contained in:
YunYouJun
2022-04-29 14:05:51 +08:00
parent 76cba3420c
commit 36654c9b83
5 changed files with 72 additions and 1 deletions

View File

@@ -20,4 +20,7 @@ useHead({
<template>
<RouterView />
<ClientOnly>
<ReloadPrompt />
</ClientOnly>
</template>