Skip to content

Commit 0f2d955

Browse files
Expose configureCompat types (#8)
1 parent d3202bc commit 0f2d955

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)