feat(transition): handle persisted mode

This commit is contained in:
Evan You
2019-11-22 23:21:39 -05:00
parent cbc2044752
commit 1b8236615e
4 changed files with 75 additions and 26 deletions

View File

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