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

q-transition has no support for transition groups #425

Closed
tiberiuichim opened this issue Mar 1, 2017 · 2 comments
Closed

q-transition has no support for transition groups #425

tiberiuichim opened this issue Mar 1, 2017 · 2 comments

Comments

@tiberiuichim
Copy link
Contributor

tiberiuichim commented Mar 1, 2017

I'm getting this error in the console when wrapping a <li> in a q-transition

[Vue warn]: can only be used on a single element. Use <transition-group> for lists.
(found in component <q-layout>)

@tiberiuichim
Copy link
Contributor Author

As far as I understand, there should be a transition-group component available in q-layout. It would be nice to have it documented. I'll try to see if I can figure out how to use it.

@rstoenescu
Copy link
Member

Yes, q-transition is supported only for one element (uses Vue transition component under the covers). Either wrap your elements with a new dom element or use Vue's transition-group by writing your own transition.

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

No branches or pull requests

2 participants