Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a4226ea

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

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /