diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-06 21:17:52 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-03-06 21:17:52 +0000 |
commit | a898a2ab8744bc3a7a4d00fae7682c635aa30c19 (patch) | |
tree | 519597ebbd7f36fd245070eaf0e9c95fb4e97f27 /app/assets/javascripts/commons | |
parent | 47e866b3786ff69166d7f2e2bd952084ab37a2e8 (diff) | |
download | gitlab-ce-a898a2ab8744bc3a7a4d00fae7682c635aa30c19.tar.gz |
Remove common_vue bundle
Diffstat (limited to 'app/assets/javascripts/commons')
-rw-r--r-- | app/assets/javascripts/commons/vue.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/commons/vue.js b/app/assets/javascripts/commons/vue.js index 8b62d78c043..798623b94fb 100644 --- a/app/assets/javascripts/commons/vue.js +++ b/app/assets/javascripts/commons/vue.js @@ -1,4 +1,5 @@ import Vue from 'vue'; +import '../vue_shared/vue_resource_interceptor'; if (process.env.NODE_ENV !== 'production') { Vue.config.productionTip = false; |