Skip to content

Commit

Permalink
activate debug tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Jun 2, 2021
1 parent 3d2d6c3 commit 3963c82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions leshan-server-demo/webapp2/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Vue.directive('visible', function(el, binding) {
el.style.visibility = binding.value ? 'visible' : 'hidden';
});

// TODO remove it activate debug tools in prod to check performance issue.
Vue.config.devtools = true
Vue.config.performance = true

new Vue({
vuetify,
Expand Down

0 comments on commit 3963c82

Please sign in to comment.