Skip to content

Commit

Permalink
fix: simplified app to test lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
vickywane committed Jul 13, 2021
1 parent 7f14363 commit 879a542
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import App from './App.vue'
import store from './store/index.js'
import './registerServiceWorker'
import VueRouter from 'vue-router'
import VuePageTransition from 'vue-page-transition'

Vue.config.productionTip = false

Expand All @@ -13,7 +12,6 @@ const router = new VueRouter({
})

Vue.use(VueRouter)
Vue.use(VuePageTransition)

new Vue({
router,
Expand Down

0 comments on commit 879a542

Please sign in to comment.