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

Vue scoped css only work in nomodule #92

Open
Austaras opened this issue Jan 15, 2021 · 0 comments
Open

Vue scoped css only work in nomodule #92

Austaras opened this issue Jan 15, 2021 · 0 comments

Comments

@Austaras
Copy link
Contributor

Steps to reproduce:
Add following code to vue-cssextract example

<style scoped>
.foobar {
  font-family: mono
}
</style>

and add foobar class to some html element
reason of bug:
the above css is compiled to .foobar[data-v-xxxxxx], however for different target vue generate different hashed id, so only in legacy mode would scoped css work

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

1 participant