mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 21:50:22 +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 Vue from 'vue'
|
||||||
import App from '/App.vue'
|
import App from '/App.vue'
|
||||||
import store from '/store'
|
import store from '/store'
|
||||||
import '/registerServiceWorker'
|
// import '/registerServiceWorker'
|
||||||
|
|
||||||
Vue.config.productionTip = false
|
Vue.config.productionTip = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue