feat(transition): CSS transition for runtime-dom

This commit is contained in:
Evan You
2019-11-22 13:15:59 -05:00
parent 2d40466d35
commit 7859e4bce3
6 changed files with 274 additions and 5 deletions

View File

@@ -63,9 +63,11 @@ export {
vModelSelect,
vModelDynamic
} from './directives/vModel'
export { withModifiers, withKeys } from './directives/vOn'
// DOM-only components
export { CSSTransition } from './components/CSSTransition'
// re-export everything from core
// h, Component, reactivity API, nextTick, flags & types
export * from '@vue/runtime-core'