Skip to content

Commit a4226ea

Browse files
authored
Link to Vue 3 migration guide in docs (vuejs#2090)
1 parent 549bc29 commit a4226ea

3 files changed

+6
-0
lines changed

docs/rules/no-deprecated-destroyed-lifecycle.md

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ export default {
4040

4141
Nothing.
4242

43+
## :books: Further Reading
44+
45+
- [Migration Guide - VNode Lifecycle Events](https://v3-migration.vuejs.org/breaking-changes/vnode-lifecycle-events.html#migration-strategy)
46+
4347
## :rocket: Version
4448

4549
This rule was introduced in eslint-plugin-vue v7.0.0

docs/rules/no-deprecated-dollar-listeners-api.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Nothing.
4646
## :books: Further Reading
4747

4848
- [Vue RFCs - 0031-attr-fallthrough](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md)
49+
- [Migration Guide - `$listeners` removed](https://v3-migration.vuejs.org/breaking-changes/listeners-removed.html)
4950

5051
## :rocket: Version
5152

docs/rules/no-deprecated-v-on-native-modifier.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Nothing.
4444
## :books: Further Reading
4545

4646
- [Vue RFCs - 0031-attr-fallthrough](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md)
47+
- [Migration Guide - `v-on.native` modifier removed](https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html)
4748

4849
## :rocket: Version
4950

0 commit comments

Comments
 (0)