mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: undefined service worker
This commit is contained in:
parent
7f0af57923
commit
ac53b6dd00
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ createApp(App)
|
|||
*/
|
||||
.mount('#app')
|
||||
|
||||
navigator.serviceWorker.register('./sw.js')
|
||||
navigator.serviceWorker?.register('./sw.js')
|
||||
|
|
Loading…
Reference in a new issue