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

For the PageList component, the first child is correctly converted to a li, the remaining ones are still divs and haven't been converted. Also, the data-orientation value of the first li is incorrectly forced to vertical. #3485

Closed
adasir opened this issue Mar 7, 2025 · 1 comment
Labels
bug Something isn't working pro v3 #1289

Comments

@adasir
Copy link

adasir commented Mar 7, 2025

Environment

Is this bug related to Nuxt or Vue?

Nuxt

Version

v3.0.0-beta.2

Reproduction

For the PageList component, the first child is correctly converted to a li, the remaining ones are still divs and haven't been converted. Also, the data-orientation value of the first li is incorrectly forced to vertical.

Description

For the PageList component, the first child is correctly converted to a li, the remaining ones are still divs and haven't been converted. Also, the data-orientation value of the f

Image

irst li is incorrectly forced to vertical.

Additional context

No response

Logs

@adasir adasir added bug Something isn't working triage v3 #1289 labels Mar 7, 2025
@benjamincanac
Copy link
Member

Thanks for the report! I've removed this automatic li and horizontal conversion on default slot as it can't work with v-for, this was a mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pro v3 #1289
Projects
None yet
Development

No branches or pull requests

2 participants