mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
fix: add missing export from vue.runtime.mjs
(#12648)
This commit is contained in:
parent
498dc1d89f
commit
08fb4a222c
1
dist/vue.runtime.mjs
vendored
1
dist/vue.runtime.mjs
vendored
@ -49,6 +49,7 @@ export const {
|
|||||||
onMounted,
|
onMounted,
|
||||||
onBeforeUpdate,
|
onBeforeUpdate,
|
||||||
onUpdated,
|
onUpdated,
|
||||||
|
onBeforeUnmount,
|
||||||
onUnmounted,
|
onUnmounted,
|
||||||
onErrorCaptured,
|
onErrorCaptured,
|
||||||
onActivated,
|
onActivated,
|
||||||
|
Loading…
Reference in New Issue
Block a user