mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +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,
|
||||
onBeforeUpdate,
|
||||
onUpdated,
|
||||
onBeforeUnmount,
|
||||
onUnmounted,
|
||||
onErrorCaptured,
|
||||
onActivated,
|
||||
|
Loading…
Reference in New Issue
Block a user