add dot-only prop to DotButton
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
@click="onOpen(child.id)"
|
||||
:variant="child.variant"
|
||||
:active="activeNodes.includes(child.id)"
|
||||
dot-only
|
||||
>
|
||||
{{ $t('variants.' + child.variant) }}
|
||||
</dot-button>
|
||||
|
||||
Reference in New Issue
Block a user