raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 56,600

  1. Vue folks, why is the style part invalid? <li v-for="color in google.properties.colors" v-bind:style="{ background-color:color }">
    1. …in reply to @raymondcamden
      Oh - you have to change x-y to camel case. xY works.