Skip to content

Commit 654332a

Browse files
committed
update related docs
1 parent 391a4bb commit 654332a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/rules/require-explicit-emits.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,11 @@ export default {
114114

115115
- [vue/no-unused-emit-declarations](./no-unused-emit-declarations.md)
116116
- [vue/require-explicit-slots](./require-explicit-slots.md)
117+
- [vue/no-shadow-native](./no-shadow-native.md)
117118

118119
## :books: Further Reading
119120

120-
- [Guide - Custom Events / Defining Custom Events](https://v3.vuejs.org/guide/component-custom-events.html#defining-custom-events)
121+
- [Components In-Depth - Events / Component Events ](https://vuejs.org/guide/components/events.html#event-arguments)
121122
- [Vue RFCs - 0030-emits-option](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0030-emits-option.md)
122123

123124
## :rocket: Version

0 commit comments

Comments
 (0)