Skip to content

VFadeTransition API

组件页面

属性

名称类型默认值
disabled
Removes the ability to click or target the component.
group
Creates a transition-group component. You can find more information in the vue docs .
hide-on-leave
Hides the leaving element (no exit animation).
leave-absolute
Absolutely positions the leaving element (useful for FLIP ).
mode
Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation for transition modes .
origin
Sets the transition origin on the element. You can find more information on the MDN documentation for transition origin .

插槽

default
The default Vue slot.