mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 11:11:53 +00:00
refactor: Remove service worker import for now
This commit is contained in:
parent
a997796388
commit
9b969ebeba
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import Vue from 'vue'
|
||||
import App from '/App.vue'
|
||||
import store from '/store'
|
||||
import '/registerServiceWorker'
|
||||
// import '/registerServiceWorker'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue