summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-13 15:24:17 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-13 15:24:22 +0100
commit2b9755bd17b6523bf396c9e409c4846427c38a7f (patch)
treee0a2cf02e149dc52d3cfec1b470fffd1c915cb00 /src/main.js
parent76986cdfe322f48be0757913456c19d109753d07 (diff)
Declare oca_contacts
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 0206aa93..024c21ec 100644
--- a/src/main.js
+++ b/src/main.js
@@ -56,6 +56,8 @@ sync(store, router)
Vue.prototype.t = t
Vue.prototype.n = n
// eslint-disable-next-line
+Vue.prototype.oca_contacts = oca_contacts
+// eslint-disable-next-line
Vue.prototype.oc_onfig = oc_config
Vue.prototype.OC = OC
Vue.prototype.OCA = OCA