component(
@click="onClick"
:class=`[
"gb-base-heading",
"gb-base-heading--" + tag,
"gb-base-heading--" + computedTheme,
{
["gb-base-heading--" + color]: color,
["gb-base-heading--weight-" + weight]: weight,
"gb-base-heading--uppercase": uppercase
}
]`
:is="tag"
)
slot