feat(transition): CSS transition for runtime-dom
This commit is contained in:
@@ -31,7 +31,7 @@ export interface TransitionProps {
|
||||
}
|
||||
|
||||
const TransitionImpl = {
|
||||
name: `Transition`,
|
||||
name: `BaseTransition`,
|
||||
setup(props: TransitionProps, { slots }: SetupContext) {
|
||||
const instance = getCurrentInstance()!
|
||||
let isLeaving = false
|
||||
|
||||
@@ -88,7 +88,8 @@ export {
|
||||
Component,
|
||||
FunctionalComponent,
|
||||
ComponentInternalInstance,
|
||||
RenderFunction
|
||||
RenderFunction,
|
||||
SetupContext
|
||||
} from './component'
|
||||
export {
|
||||
ComponentOptions,
|
||||
|
||||
Reference in New Issue
Block a user