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:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-08 23:22:26 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-08 23:22:26 +0300
commit4b488d72a263b56b9701dde818ca6b77b038ca89 (patch)
tree738ab1a40a570042b831363cd75e70fd5d9104e4 /app/assets/javascripts/groups/event_hub.js
parent5e0e3971b8c396c03375404c98874d9c18221668 (diff)
Prepare groups components for subgroups
Diffstat (limited to 'app/assets/javascripts/groups/event_hub.js')
-rw-r--r--app/assets/javascripts/groups/event_hub.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/groups/event_hub.js b/app/assets/javascripts/groups/event_hub.js
new file mode 100644
index 00000000000..0948c2e5352
--- /dev/null
+++ b/app/assets/javascripts/groups/event_hub.js
@@ -0,0 +1,3 @@
+import Vue from 'vue';
+
+export default new Vue();