Skip to content

Commit

Permalink
fix: add missing App export (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiroushi committed Feb 1, 2021
1 parent 5090cae commit eda6b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/index.ts
Expand Up @@ -29,7 +29,7 @@ export * from './watch'
export * from './computed'
export * from './inject'
export { useCssModule, useCSSModule } from './useCssModule'
export { createApp } from './createApp'
export { App, createApp } from './createApp'
export { nextTick } from './nextTick'
export { createElement as h } from './createElement'
export { warn } from './warn'

0 comments on commit eda6b22

Please sign in to comment.