8000 style: fix eslint warnings · coreui/coreui-vue@3650639 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3650639

Browse files
committed
style: fix eslint warnings
1 parent adc8bec commit 3650639

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/coreui-vue/src/components/spinner/CSpinner.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ const CSpinner = defineComponent({
6868
{
6969
class: [
7070
`spinner-${props.variant}`,
71-
`text-${props.color}`,
7271
{
7372
[`spinner-${props.variant}-${props.size}`]: props.size,
73+
[`text-${props.color}`]: props.color,
7474
},
75-
// props.size && `spinner-${props.variant}-${props.size}`,
7675
],
7776
role: 'status',
7877
},

0 commit comments

Comments
 (0)
0