format
This commit is contained in:
parent
44ef372399
commit
3d27a5f8c7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { registerSW } from 'virtual:pwa-register'
|
import { registerSW } from 'virtual:pwa-register';
|
||||||
|
|
||||||
registerSW({
|
registerSW({
|
||||||
immediate: true,
|
immediate: true,
|
||||||
|
|
@ -8,4 +8,4 @@ registerSW({
|
||||||
onOfflineReady() {
|
onOfflineReady() {
|
||||||
// console.log('PWA application ready to work offline')
|
// console.log('PWA application ready to work offline')
|
||||||
},
|
},
|
||||||
})
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue