From edb8a77437d95242ec1ddb98667b0c117a2fb36c Mon Sep 17 00:00:00 2001 From: Sukanya Pandey Date: Thu, 29 Oct 2020 11:33:42 +0530 Subject: Resolve custom-event-name-casing lint warnings Signed-off-by: Sukanya Pandey Change-Id: I9eea4eac3b8cacc216fc9ad1011e51622622e75f --- src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue') diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue b/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue index fc65fbfb..e2ba49ec 100644 --- a/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue +++ b/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue @@ -128,7 +128,7 @@ export default { created() { this.$store.dispatch('system/getSystem').finally(() => { // Emit initial data fetch complete to parent component - this.$root.$emit('hardwareStatus::system::complete'); + this.$root.$emit('hardware-status-system-complete'); }); }, }; -- cgit v1.2.3