Remove other events emitted from root

This commit is contained in:
leigh-mil
2019-11-13 16:52:02 -05:00
parent 04b9250ea1
commit a6a908ae55
3 changed files with 3 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ export default {
},
mounted: function() {
this.$root.$on('remove-clin', this.handleRemoveClin)
this.$on('remove-clin', this.handleRemoveClin)
},
methods: {