Skip to content

Commit

Permalink
allow vue devtools in production
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jun 1, 2018
1 parent a8b7617 commit f930e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Vue from 'vue'
import App from './App'
import router from './router'

Vue.config.devtools = true //also allow in production for now
Vue.config.productionTip = false

/* eslint-disable no-new */
Expand Down

0 comments on commit f930e54

Please sign in to comment.