Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Aug 19, 2024
1 parent aebd688 commit bdaf59f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions lib/KCard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bdaf59f

Please sign in to comment.