Skip to content

Commit aebb352

Browse files
authored
Fix unUnmounted to onUnmounted (vuejs#1555)
1 parent cf7b4c6 commit aebb352

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
@@ -115,7 +115,7 @@ Registers a callback to be called after the component has been unmounted.
115115

116116
```vue
117117
<script setup>
118-
import { onMounted, unUnmounted } from 'vue'
118+
import { onMounted, onUnmounted } from 'vue'
119119
120120
let intervalId
121121
onMounted(() => {

0 commit comments

Comments
 (0)