Merge branch 'admin-emoji-settings' into shigusegubu-vue3
This commit is contained in:
commit
0dc170cfb8
33 changed files with 425 additions and 63 deletions
|
|
@ -87,7 +87,6 @@ export async function initServiceWorker (store) {
|
|||
await getOrCreateServiceWorker()
|
||||
navigator.serviceWorker.addEventListener('message', (event) => {
|
||||
const { dispatch } = store
|
||||
console.log('SW MESSAGE', event)
|
||||
const { type, ...rest } = event.data
|
||||
|
||||
switch (type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue