From bdaf59f64b579f66089018494c643c05d71a9276 Mon Sep 17 00:00:00 2001 From: Allan Otodi Opeto <103313919+AllanOXDi@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:35:34 +0300 Subject: [PATCH] lint --- lib/KCard/index.vue | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/lib/KCard/index.vue b/lib/KCard/index.vue index 811858561..14d7b08a2 100644 --- a/lib/KCard/index.vue +++ b/lib/KCard/index.vue @@ -211,28 +211,28 @@ preserveAboveTitle: { type: Boolean, default: false, + }, + /** + * When true, preserves the space for the belowTitle slot even when it's empty. + * When false, removes the space entirely if the slot is empty. + * @type {Boolean} + * @default false + */ + preserveBelowTitle: { + type: Boolean, + default: false, + }, + /** + * When true, preserves the space for the footer slot even when it's empty. + * When false, removes the space entirely if the slot is empty. + * @type {Boolean} + * @default false + */ + preserveFooter: { + type: Boolean, + default: false, + }, }, - /** - * When true, preserves the space for the belowTitle slot even when it's empty. - * When false, removes the space entirely if the slot is empty. - * @type {Boolean} - * @default false - */ - preserveBelowTitle: { - type: Boolean, - default: false, - }, - /** - * When true, preserves the space for the footer slot even when it's empty. - * When false, removes the space entirely if the slot is empty. - * @type {Boolean} - * @default false - */ - preserveFooter: { - type: Boolean, - default: false, - }, - }, computed: { rootClass() { return this.stylesAndClasses.rootClass;