From a4758c841595c5d0a49a65e3047d309f66dc2d93 Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 30 Jan 2022 17:18:10 +0100 Subject: [PATCH] fix: expose configureCompat types --- src/guide/migration/migration-build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/guide/migration/migration-build.md b/src/guide/migration/migration-build.md index 54fe9edd11..cdf2b0ad48 100644 --- a/src/guide/migration/migration-build.md +++ b/src/guide/migration/migration-build.md @@ -163,6 +163,8 @@ The following workflow walks through the steps of migrating an actual Vue 2 app const Vue: CompatVue export default Vue export * from '@vue/runtime-dom' + const { configureCompat } = Vue + export { configureCompat } } ```