Pass Classes Explicitly via Props

Learn to avoid the issues in migration while passing the classes or styles to a component.

We'll cover the following

The $attrs object now contains all attributes passed to a component, including class and style.

Vue 2

In Vue 2, v-bind=" $attrs" forwards all properties that were passed to a component, but not classes and styles, because these get special treatment and are applied to the component’s root element:

Get hands-on with 1200+ tech skills courses.