Skip to content

Commit 9b463de

Browse files
authored
style: Unified style (#636)
1 parent e42e413 commit 9b463de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/custom-directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In Vue 3, however, we’ve created a more cohesive API for custom directives. As
4949
- **beforeUpdate**: new! this is called before the element itself is updated, much like the component lifecycle hooks.
5050
- update → removed! There were too many similarities to updated, so this is redundant. Please use updated instead.
5151
- componentUpdated → **updated**
52-
- **beforeUnmount** new! similar to component lifecycle hooks, this will be called right before an element is unmounted.
52+
- **beforeUnmount**: new! similar to component lifecycle hooks, this will be called right before an element is unmounted.
5353
- unbind -> **unmounted**
5454

5555
The final API is as follows:

0 commit comments

Comments
 (0)