Skip to content

Commit 96b5175

Browse files
committed
fix(CSpinner): change status to status
1 parent 377310f commit 96b5175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/spinner/CSpinner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const CSpinner = defineComponent({
8383
`text-${props.color}`,
8484
props.size && `spinner-${props.variant}-${props.size}`,
8585
],
86-
role: status,
86+
role: 'status',
8787
},
8888
h('span', { class: ['visually-hidden'] }, props.visuallyHiddenLabel),
8989
)

0 commit comments

Comments
 (0)