feat(transition): TransitionGroup

This commit is contained in:
Evan You
2019-11-28 18:41:01 -05:00
parent 020e109abd
commit 800b0f0e7a
5 changed files with 241 additions and 40 deletions

View File

@@ -55,7 +55,7 @@ export const createApp = (): App<Element> => {
return app
}
// DOM-only runtime helpers
// DOM-only runtime directive helpers
export {
vModelText,
vModelCheckbox,
@@ -64,11 +64,14 @@ export {
vModelDynamic
} from './directives/vModel'
export { withModifiers, withKeys } from './directives/vOn'
export { vShow } from './directives/vShow'
// DOM-only components
export { Transition, TransitionProps } from './components/Transition'
export { vShow } from './directives/vShow'
export {
TransitionGroup,
TransitionGroupProps
} from './components/TransitionGroup'
// re-export everything from core
// h, Component, reactivity API, nextTick, flags & types