fix: add missing export from vue.runtime.mjs (#12648)

This commit is contained in:
Daniel Roe 2022-07-13 02:47:38 +01:00 committed by GitHub
parent 498dc1d89f
commit 08fb4a222c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ export const {
onMounted, onMounted,
onBeforeUpdate, onBeforeUpdate,
onUpdated, onUpdated,
onBeforeUnmount,
onUnmounted, onUnmounted,
onErrorCaptured, onErrorCaptured,
onActivated, onActivated,