Skip to content

Commit 24de148

Browse files
authored
fix link to documentation fo Vue 2 Slots page
1 parent f01bb80 commit 24de148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/breaking-changes/slots-unification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A majority of the change has already been shipped in 2.6. As a result, the migra
6565
2. Replace all occurrences of `this.$slots.mySlot` with `this.$slots.mySlot()`
6666

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

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

0 commit comments

Comments
 (0)