v-bind:style use quotes with kebab-case did not work
hua-qi opened this issue · 2 comments
hua-qi commented
Use quotes with kebab-case for the CSS property names that did not work.
env:
windows 10
Chrome 104.0.5112.81
hua-qi commented
The document is not rigorous enough.
Should it be changed?
Jinjiang commented
"font-size" need a string with a length unit. E.g. "font-size": "32px" works but "font-size": 32 won't.

