DEV Community

Discussion on: Vue cheat sheet 1

Collapse
 
aminnairi profile image
Amin • Edited

Hi Adnan and thanks for your article! I didn't knew we could bind dynamic property with this syntax, reminds me the way Angular does it. I though there were only the v-bind="{attribute: value}" syntax which you didn't mention if I'm being correct (also working for v-on="{event: handler}").

Also, I didn't knew we could iterate over numbers! This v-for="n in 10" looks very handy.

Collapse
 
adnanbabakan profile image
Adnan Babakan (he/him)

Hi
Thanks for your comment
I will add what you said to the list.
Thanks