feat(transition): CSS transition for runtime-dom
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user