Tagged articles

Dynamic Arguments

1 articles · Page 1 of 1
Shepherd Advanced Notes
Shepherd Advanced Notes
Apr 3, 2024 · Frontend Development

Vue Template Syntax: Interpolation and Directives Explained

This article explains Vue.js template syntax, covering how interpolation with double curly braces inserts data, the role of directives like v-bind, v-model, and v-on, shorthand notations, event modifiers, and the use of dynamic arguments introduced in Vue 2.6.0, all illustrated with concrete code examples.

DirectivesDynamic ArgumentsFrontend
0 likes · 12 min read
Vue Template Syntax: Interpolation and Directives Explained