Fix caching API routes in PWA service worker
This commit is contained in:
parent
461aa51e03
commit
a872f752c5
2 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ export const install: InitModule = ({ store }) => {
|
|||
})
|
||||
|
||||
watch(() => store.state.auth.authenticated, (authenticated) => {
|
||||
console.log(Math.random())
|
||||
if (authenticated) return open()
|
||||
close()
|
||||
}, { immediate: true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue