데이터 분석 기술 블로그

Vue에 대하여(4)_Dynamically data binding 본문

프론트엔드

Vue에 대하여(4)_Dynamically data binding

데이터분석가 이채은 2024. 7. 15. 09:00

v-bind란 하나 이상의 속성 또는 컴포넌트 데이터를 표현식에 동적으로 바인딩입니다.


1. Attribute Bindings



2. Class and Style Bindings

  • Class and Style Bindings가 가능한 경우


2-1 Binding HTML Classes  - Binding to Objects

 


2-2 Binding HTML Classes - Binding to Arrays


2-3 Binding Inline Styles - Binding to Objects


2-4 Binding Inline Styles - Binding to Arrays

'프론트엔드' 카테고리의 다른 글

Vue에 대하여(6)_Form Input Bindings  (0) 2024.07.17
Vue에 대하여(5)_Event Handling  (0) 2024.07.16
Vue에 대하여(3)_Template Syntax  (0) 2024.07.14
Vue에 대하여(2)_Vue  (0) 2024.07.13
Vue에 대하여(1)_Front-end Development  (0) 2024.07.12