Skip to content

Commit

Permalink
enable vue performance tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Mar 30, 2022
1 parent f98ec8e commit 02cfdc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plantit/front_end/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Axios.defaults.xsrfCookieName = 'csrftoken';
Axios.defaults.xsrfHeaderName = 'X-CSRFTOKEN';

Vue.config.productionTip = false;
Vue.config.devtools = true;
Vue.config.performance = true;
Vue.config.performance = process.env.NODE_ENV !== 'production';

Vue.use(VueMarkdown);
Vue.use(AsyncComputed);
Expand Down

0 comments on commit 02cfdc3

Please sign in to comment.