summaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 3b3839d..1c1bfaf 100644
--- a/src/index.js
+++ b/src/index.js
@@ -27,5 +27,7 @@ const router = new VueRouter({
new Vue({
router,
el: '#app',
- render: h => h(App),
+ render: h => h(App, {
+ props: { reportService },
+ }),
});