You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example,there is a row component which includes some cols,i wanna the cols have transition effect,and give row some props.But ,the props i wrote does no effect on the row component.and if i use 'row > transtion-group' combination, some css will lose there effect
What does the proposed API look like?
<transtion-group type=row :option={row's props}>
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
for example,there is a row component which includes some cols,i wanna the cols have transition effect,and give row some props.But ,the props i wrote does no effect on the row component.and if i use 'row > transtion-group' combination, some css will lose there effect
What does the proposed API look like?
<transtion-group type=row :option={row's props}>
The text was updated successfully, but these errors were encountered: