We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caae0d commit 6b47aa6Copy full SHA for 6b47aa6
src/components/Button/Button.vue
@@ -15,7 +15,7 @@ UnstyledButton(
15
)
16
slot(v-if="hasSlot(slots.icon)" name="icon")
17
Icon(v-else-if="icon", :source="loading ? 'placeholder' : icon")
18
- span(
+ Text(
19
v-if="hasChildren",
20
as="span",
21
:variant="size === 'large' || hasPlainText ? 'bodyMd' : 'bodySm'",
0 commit comments