Skip to content

Commit 08fb4a2

Browse files
authoredJul 13, 2022
fix: add missing export from vue.runtime.mjs (#12648)
1 parent 498dc1d commit 08fb4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎dist/vue.runtime.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export const {
4949
onMounted,
5050
onBeforeUpdate,
5151
onUpdated,
52+
onBeforeUnmount,
5253
onUnmounted,
5354
onErrorCaptured,
5455
onActivated,

0 commit comments

Comments
 (0)
Please sign in to comment.