Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit c66d9ce

Browse files
authored
Add missing onActivated and onDeactivated in docs (#36)
Missing lifecycle added in docs
1 parent 550daf7 commit c66d9ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,8 @@ The component instance context is also set during the synchronous execution of l
639639
- `updated` -> `onUpdated`
640640
- `beforeDestroy` -> `onBeforeUnmount`
641641
- `destroyed` -> `onUnmounted`
642+
- `activated` -> `onActivated`
643+
- `deactivated` -> `onDeactivated`
642644
- `errorCaptured` -> `onErrorCaptured`
643645

644646
- **New hooks**

0 commit comments

Comments
 (0)