Skip to content

Commit

Permalink
Fix exporting transition components
Browse files Browse the repository at this point in the history
  • Loading branch information
IRlyDontKnow committed Jan 4, 2018
1 parent 1e3302f commit cfb3d83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ if (typeof window !== 'undefined' && window.Vue) {
}

export default {
install,
install
}

export {
FadeTransition,
ZoomCenterTransition,
ZoomXTransition,
Expand Down

0 comments on commit cfb3d83

Please sign in to comment.