We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b7bb0 commit c3d2c38Copy full SHA for c3d2c38
src/guide/migration/slots-unification.md
@@ -62,4 +62,4 @@ this.$slots.header()
62
A majority of the change has already been shipped in 2.6. As a result, the migration can happen in one step:
63
64
1. Replace all `this.$scopedSlots` occurrences with `this.$slots` in 3.x.
65
-2. Replace all occurences of `this.$slots.mySlot` with `this.$slots.mySlot()`
+2. Replace all occurrences of `this.$slots.mySlot` with `this.$slots.mySlot()`
0 commit comments