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

Component scoped styles are not applied to slot with v-for #3441

Closed
javifm86 opened this issue Mar 18, 2021 · 1 comment
Closed

Component scoped styles are not applied to slot with v-for #3441

javifm86 opened this issue Mar 18, 2021 · 1 comment
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working scope: slots

Comments

@javifm86
Copy link

Version

3.0.2

Reproduction link

https://codesandbox.io/s/nostalgic-visvesvaraya-4l1vz?file=/src/App.vue

Steps to reproduce

Just open the link.

What is expected?

First and second tables should look the same.

What is actually happening?

Scoped styles are not applied in first table generated with v-for. Missing atributes with -s in order to get styles correctly. Second table is generated ok.

@LinusBorg LinusBorg added 🐞 bug Something isn't working ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. scope: slots labels Mar 18, 2021
@HcySunYang
Copy link
Member

HcySunYang commented Mar 19, 2021

Can be fixed in #3374, not released yet

@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working scope: slots
Projects
None yet
Development

No branches or pull requests

3 participants