From aa52e421e3bf40db14ba23bff24a986edfe8a5b9 Mon Sep 17 00:00:00 2001 From: thomascherickal <11177778+thomascherickal@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:17:12 +0000 Subject: [PATCH] chore: update roadmap content json --- public/roadmap-content/vue.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/roadmap-content/vue.json b/public/roadmap-content/vue.json index 9cfe4bb56c4a..fa11459df67f 100644 --- a/public/roadmap-content/vue.json +++ b/public/roadmap-content/vue.json @@ -374,6 +374,11 @@ "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:", "links": [ + { + "title": "v-on Documentation", + "url": "https://vuejs.org/api/built-in-directives.html#v-on", + "type": "article" + }, { "title": "v-on Directive", "url": "https://www.w3schools.com/vue/ref_v-on.php",