Skip to content

Commit

Permalink
feat(compiler-core): export transformElement from compiler-core (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 authored Apr 1, 2020
1 parent b7b0d16 commit 20f4965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ export {
trackVForSlotScopes,
trackSlotScopes
} from './transforms/vSlot'
export { resolveComponentType, buildProps } from './transforms/transformElement'
export { transformElement, resolveComponentType, buildProps } from './transforms/transformElement'
export { processSlotOutlet } from './transforms/transformSlotOutlet'
export { generateCodeFrame } from '@vue/shared'

0 comments on commit 20f4965

Please sign in to comment.