Skip to content

Commit

Permalink
fix: property style of <Balancer /> component was not inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
madebyfabian authored Jan 29, 2023
1 parent 578da41 commit 892cb2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export default defineComponent({
'data-brr': props.ratio,
'ref': wrapperRef,
'style': {
...attrs?.style,
display: 'inline-block',
verticalAlign: 'top',
textDecoration: 'inherit',
Expand Down

0 comments on commit 892cb2c

Please sign in to comment.