From fe9413c7b7a8c3b2999aafaf52d9ed579ad46ad8 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 2 Oct 2021 18:41:59 +0300 Subject: [PATCH] Fixed #1263 - Kebap-case is not supported in some components like DataTable --- src/components/datatable/BodyCell.vue | 6 +++--- src/components/datatable/FooterCell.vue | 5 +++-- src/components/datatable/HeaderCell.vue | 4 ++-- src/components/splitter/Splitter.vue | 8 +++++--- src/components/treetable/BodyCell.vue | 5 ++--- src/components/treetable/FooterCell.vue | 4 ++-- src/components/treetable/HeaderCell.vue | 4 ++-- src/components/utils/ObjectUtils.js | 13 +++++++++++++ src/views/setup/Setup.vue | 11 +++++++++++ 9 files changed, 43 insertions(+), 17 deletions(-) diff --git a/src/components/datatable/BodyCell.vue b/src/components/datatable/BodyCell.vue index 38da1f558..ceb22926a 100755 --- a/src/components/datatable/BodyCell.vue +++ b/src/components/datatable/BodyCell.vue @@ -4,8 +4,8 @@