I'm having trouble figuring out how to use CSS code with dashes in v-bind:style. When I attempt something like this:
<DIV style="width:100px;height: 100px;background-color: red;cursor: pointer;" v-bind:style="{ margin-left: margin + 'px'}"></DIV>
I receive the error message:
invalid expression: Unexpected token '-' in