Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update transition-group.md - add detail about prop moveClass #3075

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

femans
Copy link
Contributor

@femans femans commented Oct 23, 2024

Description of Problem

Prop spec of TransitionGroup is missing on component documentation page.

Proposed Solution

Added the missing information.

Additional Information

While building a library which is making use of TransitionGroup, it took me a loooong minute to find out how to pass the move-class as a prop, (that is, I thought for a while it was not possible and it was only possible using CSS, which is annoying if you want to avoid that), because it was not written on the main documentation page.
Now I checked again and found it in the API spec and found it after all, yey! I updated my library to include the option for this by using the correct props type.

Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for vuejs ready!

Name Link
🔨 Latest commit 05461b1
🔍 Latest deploy log https://app.netlify.com/sites/vuejs/deploys/67209675a01fc50008a24eef
😎 Deploy Preview https://deploy-preview-3075--vuejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@NataliaTepluhina NataliaTepluhina merged commit e419207 into vuejs:main Oct 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants