Fixed space centered property

This commit is contained in:
Grzegorz Leoniec 2019-01-17 15:31:51 +01:00
parent 912ff6f645
commit 24cfe07e95
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -2,7 +2,11 @@
<component
:is="tag"
:style="styles"
class="ds-space">
class="ds-space"
:class="[
centered && 'ds-space-centered'
]"
>
<slot />
</component>
</template>