0👍
It should be backgroundSize
with capital S
<div
class="filler"
:style="{background:rect.color,backgroundSize: '30px' }"
>{{rect.text}}{{rect.recipientname}}</div>
- [Vuejs]-Unable to Run Vue Js Project From Command Prompt
- [Vuejs]-Adding Key value to Vuex State Array
Source:stackexchange.com