summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filtered_search/event_hub.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/filtered_search/event_hub.js')
-rw-r--r--app/assets/javascripts/filtered_search/event_hub.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/javascripts/filtered_search/event_hub.js b/app/assets/javascripts/filtered_search/event_hub.js
new file mode 100644
index 00000000000..0948c2e5352
--- /dev/null
+++ b/app/assets/javascripts/filtered_search/event_hub.js
@@ -0,0 +1,3 @@
+import Vue from 'vue';
+
+export default new Vue();