Register type

This commit is contained in:
2022-11-15 18:09:45 +01:00
parent d2b5e969db
commit c08e1d4832
+1 -1
View File
@@ -10,7 +10,7 @@ export default defineConfig({
plugins: [
vue(),
VitePWA({
registerType: 'autoUpdate',
registerType: 'prompt',
workbox: {
globPatterns: ['**/*.{js,css,html,png,svg,img}'],
},