Skip to content

Commit 460062b

Browse files
committed
Expose configureCompat types
1 parent 56de50d commit 460062b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/migration-build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ The following workflow walks through the steps of migrating an actual Vue 2 app
163163
const Vue: CompatVue
164164
export default Vue
165165
export * from '@vue/runtime-dom'
166+
const { configureCompat } = Vue
167+
export { configureCompat }
166168
}
167169
```
168170

0 commit comments

Comments
 (0)