diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-12 10:04:58 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-15 11:33:31 +0100 |
commit | 5d19bda456a3ed8f4a2572f2ac8fd8f775468e93 (patch) | |
tree | c88de8bc8541472f25c890a1606a27c547c32a8b /app/assets | |
parent | e261b4b8517ba6d5d5b082f1955836c945fd51fc (diff) | |
download | gitlab-ce-5d19bda456a3ed8f4a2572f2ac8fd8f775468e93.tar.gz |
Issue inline editing
[ci skip]
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/issue_show/event_hub.js | 3 |
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(); |