diff --git a/src/index.ts b/src/index.ts index 40bb0e6..0989f27 100644 --- a/src/index.ts +++ b/src/index.ts @@ -147,6 +147,7 @@ export default defineComponent({ 'data-brr': props.ratio, 'ref': wrapperRef, 'style': { + ...attrs?.style, display: 'inline-block', verticalAlign: 'top', textDecoration: 'inherit',