summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-12 10:04:58 +0100
committerPhil Hughes <me@iamphill.com>2017-05-15 11:33:31 +0100
commit5d19bda456a3ed8f4a2572f2ac8fd8f775468e93 (patch)
treec88de8bc8541472f25c890a1606a27c547c32a8b
parente261b4b8517ba6d5d5b082f1955836c945fd51fc (diff)
downloadgitlab-ce-5d19bda456a3ed8f4a2572f2ac8fd8f775468e93.tar.gz
Issue inline editing
[ci skip]
-rw-r--r--app/assets/javascripts/issue_show/event_hub.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/issue_show/event_hub.js b/app/assets/javascripts/issue_show/event_hub.js
new file mode 100644
index 00000000000..0948c2e5352
--- /dev/null
+++ b/app/assets/javascripts/issue_show/event_hub.js
@@ -0,0 +1,3 @@
+import Vue from 'vue';
+
+export default new Vue();