[Vuejs]-Unable to set background image width and height of component

0👍

It should be backgroundSize with capital S

        <div
          class="filler"
          :style="{background:rect.color,backgroundSize: '30px' }"
        >{{rect.text}}{{rect.recipientname}}</div>

Leave a comment