summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-08-05 19:27:56 +0200
committerTim Zallmann <tzallmann@gitlab.com>2018-08-21 18:04:10 +0200
commitf7148992d0fd9d44af27ed1ae4fe39c591183054 (patch)
treede8a05ad13acf331757d0db27ec4c6535883dcaf
parentd2590b154228ed49dd4a949c889fb6234343ec94 (diff)
downloadgitlab-ce-f7148992d0fd9d44af27ed1ae4fe39c591183054.tar.gz
Set Performance Mode + Added Gutter Content back in
-rw-r--r--app/assets/javascripts/commons/vue.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/commons/vue.js b/app/assets/javascripts/commons/vue.js
index 798623b94fb..3b368243cc5 100644
--- a/app/assets/javascripts/commons/vue.js
+++ b/app/assets/javascripts/commons/vue.js
@@ -1,6 +1,8 @@
import Vue from 'vue';
import '../vue_shared/vue_resource_interceptor';
+Vue.config.performance = true;
+
if (process.env.NODE_ENV !== 'production') {
Vue.config.productionTip = false;
}