Skip to content

Commit

Permalink
Link to Vue 3 migration guide in docs (#2090)
Browse files Browse the repository at this point in the history
  • Loading branch information
madogiwa0124 authored Feb 20, 2023
1 parent 549bc29 commit a4226ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rules/no-deprecated-destroyed-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/rules/no-deprecated-dollar-listeners-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/rules/no-deprecated-v-on-native-modifier.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4226ea

Please sign in to comment.