Skip to content

Commit

Permalink
Fix link to deprecated slot syntax documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur authored May 23, 2022
1 parent 9fe0bbb commit 735133f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migration-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app

### Preparations

- If you are still using the [deprecated named / scoped slot syntax](https://vuejs.org/v2/guide/components-slots.html#Deprecated-Syntax), update it to the latest syntax first (which is already supported in 2.6).
- If you are still using the [deprecated named / scoped slot syntax](https://v2.vuejs.org/v2/guide/components-slots.html#Deprecated-Syntax), update it to the latest syntax first (which is already supported in 2.6).

### Installation

Expand Down

0 comments on commit 735133f

Please sign in to comment.