Skip to content

Commit 1d6a3ae

Browse files
jay-esvanillajonathanflorentinap
authored
Update onBeforeUnmount typeThere is a typo. The method name in Type section is onBeforeUnmounted (the correct name is onBeforeUnmount). (#292) (#293)
* Change Vuex to Pinia and link it (#1577) * Update onBeforeUnmount type (#1580) There is a typo. The method name in Type section is onBeforeUnmounted (the correct name is onBeforeUnmount). Co-authored-by: Jonathan <[email protected]> Co-authored-by: Florentina Petcu <[email protected]>
1 parent d7ec1c5 commit 1d6a3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/composition-api-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Registers a hook to be called right before a component instance is to be unmount
167167
- **Type**
168168

169169
```ts
170-
function onBeforeUnmounted(callback: () => void): void
170+
function onBeforeUnmount(callback: () => void): void
171171
```
172172

173173
- **Details**

0 commit comments

Comments
 (0)