[Vuejs]-Apply changes in nested class during disabled state in Vue 3

0👍

Use the class prop .o-radio--disabled :

.b-radio.radio .o-radio--disabled {
  ...
}

Leave a comment