We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355b774 commit 78b2dbaCopy full SHA for 78b2dba
packages/bootstrap-vue-3/src/components/BPlaceholder/BPlaceholder.vue
@@ -38,7 +38,7 @@ const colsString = computed<string | undefined>(() =>
38
)
39
40
const classes = computed(() => ({
41
- [`col-${colsString.value}`]: colsString.value !== undefined,
+ [`col-${colsString.value}`]: colsString.value !== undefined && widthString.value === undefined,
42
[`bg-${props.variant}`]: props.variant !== undefined,
43
[`placeholder-${props.size}`]: props.size !== undefined,
44
[`placeholder-${props.animation}`]: props.animation !== undefined,
0 commit comments