按钮属性backgroundSize、backgroudRepeat、backgroundSize不起作用

Button attribute backgroundSize, backgroudRepeat, backgroundSize don't work

我使用 nativescript-vue。 可以帮助我。 Button 属性:backgroundSizebackgroudRepeatbackgroundSize没工作

<Button
backgroundRepeat="no-repeat" 
backgroundSize="contain"
backgroundPosition="center" 
 />

reproduce bug playground

但是,如果您通过 class 或样式属性设置它们,则它会起作用。

谢谢

backgroundSize、backgroudRepeat 和 backgroundSize 不是 按钮属性。如果您选中 Button class, only background,backgroundColor 和 backgroundImage 可用作属性。

您只能使用 CSS 设置它们。