Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-09-04 18:46:17 +0300
committerkushalpandya <kushal@gitlab.com>2017-09-05 10:41:20 +0300
commit536ce80129d52ba3ca5d0b532cdc343f654aaec3 (patch)
treefbf278b91d2fb43d601154d805843c4f3d9c817c /app/assets/javascripts/projects_dropdown
parent446b0340fd2f628007bd372a80da05bb7e143525 (diff)
Projects Dropdown Event Hub
Diffstat (limited to 'app/assets/javascripts/projects_dropdown')
-rw-r--r--app/assets/javascripts/projects_dropdown/event_hub.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/projects_dropdown/event_hub.js b/app/assets/javascripts/projects_dropdown/event_hub.js
new file mode 100644
index 00000000000..0948c2e5352
--- /dev/null
+++ b/app/assets/javascripts/projects_dropdown/event_hub.js
@@ -0,0 +1,3 @@
+import Vue from 'vue';
+
+export default new Vue();