summaryrefslogtreecommitdiffstats
path: root/src/components/ContactDetails/ContactDetailsProperty.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContactDetails/ContactDetailsProperty.vue')
-rw-r--r--src/components/ContactDetails/ContactDetailsProperty.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ContactDetails/ContactDetailsProperty.vue b/src/components/ContactDetails/ContactDetailsProperty.vue
index 3cfae91c..839f9aa3 100644
--- a/src/components/ContactDetails/ContactDetailsProperty.vue
+++ b/src/components/ContactDetails/ContactDetailsProperty.vue
@@ -369,11 +369,11 @@ export default {
},
created() {
- this.bus.$on('focus-prop', this.onFocusProp)
+ this.bus.on('focus-prop', this.onFocusProp)
},
destroyed() {
- this.bus.$off('focus-prop', this.onFocusProp)
+ this.bus.off('focus-prop', this.onFocusProp)
},
methods: {