Skip to content

Commit eda6b22

Browse files
authored
fix: add missing App export (#640)
1 parent 5090cae commit eda6b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export * from './watch'
2929
export * from './computed'
3030
export * from './inject'
3131
export { useCssModule, useCSSModule } from './useCssModule'
32-
export { createApp } from './createApp'
32+
export { App, createApp } from './createApp'
3333
export { nextTick } from './nextTick'
3434
export { createElement as h } from './createElement'
3535
export { warn } from './warn'

0 commit comments

Comments
 (0)