add dot-only prop to DotButton

This commit is contained in:
axolotle
2021-06-25 12:23:26 +02:00
parent 737e699815
commit 413673c2d5
2 changed files with 6 additions and 3 deletions
@@ -9,6 +9,7 @@
@click="onOpen(child.id)"
:variant="child.variant"
:active="activeNodes.includes(child.id)"
dot-only
>
{{ $t('variants.' + child.variant) }}
</dot-button>