LEARNING BY VUEING

Attr Fallthrough
28 / 42

Defining HTML attributes on a component will make them fallthrough automatically to the component's root tag.

In this case, we define the class uppercase on the BaseButton which will be applied to the button tag inside the BaseButton component. Verify this using the dev-tools.