Muscardinus
Style Binding 본문
728x90
Class Binding과 거의 비슷하다.
:style에 하나의 객체를 넣고, 그 안에 원하는 속성에 대해서 값을 넣으면 된다
<div
class="circle"
:class="[selectedColor, circle_classes]"
:style="{ width: size + 'px', height: size + 'px', lineHeight: size + 'px' }"
>
Hi!
</div>
728x90
'FrontEnd > Vue' 카테고리의 다른 글
List Rendering (0) | 2021.12.29 |
---|---|
Conditional Rendering (0) | 2021.12.29 |
Class Bind (0) | 2021.12.29 |
Computed (0) | 2021.12.29 |
v-on (0) | 2021.12.28 |
Comments