From 090100d784a8b3e9cd1664aee372002d3cba0e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E8=B7=83=E5=85=B5?= Date: Fri, 17 Jan 2025 06:28:40 +0800 Subject: [PATCH] feat: add topic content resource --- .../vue/content/event-modifiers@Aaf7eA-5sbAD5Cs1MbdTQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/vue/content/event-modifiers@Aaf7eA-5sbAD5Cs1MbdTQ.md b/src/data/roadmaps/vue/content/event-modifiers@Aaf7eA-5sbAD5Cs1MbdTQ.md index a8d952059..0b0808afa 100644 --- a/src/data/roadmaps/vue/content/event-modifiers@Aaf7eA-5sbAD5Cs1MbdTQ.md +++ b/src/data/roadmaps/vue/content/event-modifiers@Aaf7eA-5sbAD5Cs1MbdTQ.md @@ -4,4 +4,5 @@ In Vue.js, event modifiers are special postfixes that you can add to event handl Visit the following resources to learn more: +- [@official@Event Modifiers](https://vuejs.org/guide/essentials/event-handling#event-modifiers) - [@article@Event Modifiers in Vue.js](https://www.freecodecamp.org/news/how-event-handling-works-in-vue-3-guide-for-devs/)