diff --git a/docs/rules/no-deprecated-destroyed-lifecycle.md b/docs/rules/no-deprecated-destroyed-lifecycle.md index c99a7670a..dfc42ec05 100644 --- a/docs/rules/no-deprecated-destroyed-lifecycle.md +++ b/docs/rules/no-deprecated-destroyed-lifecycle.md @@ -40,6 +40,10 @@ export default { Nothing. +## :books: Further Reading + +- [Migration Guide - VNode Lifecycle Events](https://v3-migration.vuejs.org/breaking-changes/vnode-lifecycle-events.html#migration-strategy) + ## :rocket: Version This rule was introduced in eslint-plugin-vue v7.0.0 diff --git a/docs/rules/no-deprecated-dollar-listeners-api.md b/docs/rules/no-deprecated-dollar-listeners-api.md index f0f1616cc..2d007a6b0 100644 --- a/docs/rules/no-deprecated-dollar-listeners-api.md +++ b/docs/rules/no-deprecated-dollar-listeners-api.md @@ -46,6 +46,7 @@ Nothing. ## :books: Further Reading - [Vue RFCs - 0031-attr-fallthrough](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md) +- [Migration Guide - `$listeners` removed](https://v3-migration.vuejs.org/breaking-changes/listeners-removed.html) ## :rocket: Version diff --git a/docs/rules/no-deprecated-v-on-native-modifier.md b/docs/rules/no-deprecated-v-on-native-modifier.md index 394db36bc..18c68565a 100644 --- a/docs/rules/no-deprecated-v-on-native-modifier.md +++ b/docs/rules/no-deprecated-v-on-native-modifier.md @@ -44,6 +44,7 @@ Nothing. ## :books: Further Reading - [Vue RFCs - 0031-attr-fallthrough](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0031-attr-fallthrough.md) +- [Migration Guide - `v-on.native` modifier removed](https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html) ## :rocket: Version