diff --git a/dist/vue.runtime.mjs b/dist/vue.runtime.mjs index 3ac875cdab6..886d9f163ca 100644 --- a/dist/vue.runtime.mjs +++ b/dist/vue.runtime.mjs @@ -49,6 +49,7 @@ export const { onMounted, onBeforeUpdate, onUpdated, + onBeforeUnmount, onUnmounted, onErrorCaptured, onActivated,