Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
baumannzone committed Jan 30, 2020
1 parent 95facf7 commit 9330459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ new Vue({
},
created () {
this.init()
// console.log('process.env:')
// console.log(process.env)
},
render: h => h(App)
}).$mount('#app')

0 comments on commit 9330459

Please sign in to comment.