const attrs = useAttrs()const computedStyles = computed(() => { const style = attrs.style || {} return { marginTop: -3, width: 'auto', ...style }});