I am reading the VueJS documentation, and I came across this section on Class and Style Bindings.
https://v2.vuejs.org/v2/guide/class-and-style.html#Object-Syntax
Why is there a distinction between the class active and class text-danger since the latter is in single quotation marks?