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

Scope Id is not falling through components inside slots #1399

Closed
AlexandreBonaventure opened this issue Jun 18, 2020 · 0 comments
Closed

Scope Id is not falling through components inside slots #1399

AlexandreBonaventure opened this issue Jun 18, 2020 · 0 comments

Comments

@AlexandreBonaventure
Copy link
Contributor

Version

3.0.0-beta.15

Reproduction link

https://codesandbox.io/s/github/AlexandreBonaventure/vue3-scopeid-bug

Imgur

Steps to reproduce

Compile an app with Vite. Build a template where a component is inside a slot. You cannot target this component with scoped styles.

What is expected?

The scope id should be applied to the component inside the slot

What is actually happening?

The scope id is not found on the root element of the component. Forcing the user to use v-deep

@github-actions github-actions bot locked and limited conversation to collaborators Nov 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant