Vue.js Simplified - Attribute Binding (#7)

Опубликовано: 29 Сентябрь 2024
на канале: Susan B.
215
10

Dynamically set HTML attributes in Vue.js using the v-bind directive

NOTES: https://codewithsusan.com/notes/vuejs...

Vue.js Simplified series playlist:
   • Vue.js Simplified (Series)  

=== CHAPTERS ===
00:00 Introduction; HTML attribute review
00:35 v-bind image example
02:50 String concatenation with v-bind values
04:28 You can’t set attributes with text interpolation {{ }} - img alt example
06:31 v-bind CSS classes with objects
11:49 v-bind CSS classes with arrays
12:20 v-bind CSS inline styles