refactor: rename transition components

This commit is contained in:
Evan You
2019-11-24 16:00:46 -05:00
parent bdafa1dfc4
commit a834807942
7 changed files with 35 additions and 26 deletions

View File

@@ -66,7 +66,7 @@ export {
export { withModifiers, withKeys } from './directives/vOn'
// DOM-only components
export { CSSTransition, CSSTransitionProps } from './components/CSSTransition'
export { Transition, TransitionProps } from './components/Transition'
// re-export everything from core
// h, Component, reactivity API, nextTick, flags & types