Skip to content

Commit

Permalink
fix: add missing export from vue.runtime.mjs (#12648)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 13, 2022
1 parent 498dc1d commit 08fb4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/vue.runtime.mjs
Expand Up @@ -49,6 +49,7 @@ export const {
onMounted,
onBeforeUpdate,
onUpdated,
onBeforeUnmount,
onUnmounted,
onErrorCaptured,
onActivated,
Expand Down

0 comments on commit 08fb4a2

Please sign in to comment.