1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +02:00

chore: update roadmap content json (#8050)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-17 04:33:37 +06:00
committed by GitHub
parent f0b740bfb2
commit 514edea44e

View File

@@ -374,6 +374,11 @@
"title": "v-on", "title": "v-on",
"description": "The v-on directive is placed on an element to attach an event listener. To attach an event listener with v-on we need to provide the event type, and any modifier, and a method or expression that should run when that event occurs.\n\nVisit the following resources to learn more:", "description": "The v-on directive is placed on an element to attach an event listener. To attach an event listener with v-on we need to provide the event type, and any modifier, and a method or expression that should run when that event occurs.\n\nVisit the following resources to learn more:",
"links": [ "links": [
{
"title": "v-on Documentation",
"url": "https://vuejs.org/api/built-in-directives.html#v-on",
"type": "article"
},
{ {
"title": "v-on Directive", "title": "v-on Directive",
"url": "https://www.w3schools.com/vue/ref_v-on.php", "url": "https://www.w3schools.com/vue/ref_v-on.php",