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/AccessControl/SslCertificates/SslCertificates.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/AccessControl/SslCertificates/SslCertificates.vue') diff --git a/src/views/AccessControl/SslCertificates/SslCertificates.vue b/src/views/AccessControl/SslCertificates/SslCertificates.vue index fe63bd99..1365bd93 100644 --- a/src/views/AccessControl/SslCertificates/SslCertificates.vue +++ b/src/views/AccessControl/SslCertificates/SslCertificates.vue @@ -80,7 +80,7 @@ :value="action.value" :title="action.title" :enabled="action.enabled" - @click:tableAction="onTableRowAction($event, item)" + @click-table-action="onTableRowAction($event, item)" >