Skip to content

Commit

Permalink
fix link to documentation fo Vue 2 Slots page
Browse files Browse the repository at this point in the history
  • Loading branch information
aghArdeshir committed Oct 6, 2023
1 parent f01bb80 commit 24de148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/breaking-changes/slots-unification.md
Expand Up @@ -65,7 +65,7 @@ A majority of the change has already been shipped in 2.6. As a result, the migra
2. Replace all occurrences of `this.$slots.mySlot` with `this.$slots.mySlot()`

If you are upgrading to Vue 3 from Vue <2.6.0, you can look at the
(documentation of slots in Vue 2 docs)[https://v2.vuejs.org/v2/guide/components-slots]
[documentation of slots in Vue 2 docs](https://v2.vuejs.org/v2/guide/components-slots)
to gain more information on how the slots are changed.

[Migration build flag: `INSTANCE_SCOPED_SLOTS`](../migration-build.html#compat-configuration)

0 comments on commit 24de148

Please sign in to comment.