We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
16.0.0-beta.2
https://github.com/frangio/vue-next-example
Run npm run build and look at dist/main.css.
npm run build
dist/main.css
The .title style block should be scoped.
.title
It has no scope, as if it had been just copied from the source file.
The text was updated successfully, but these errors were encountered:
Same issue:
Sorry, something went wrong.
Got it. It's due to the wrong export in pitcher.ts. Will fix it tomorrow soon.
pitcher.ts
fix: should export the pitch function
pitch
79a94dd
fixes #1677 TODO: Need to add tests later
Considering it's quite a serious bug. I've released v16.0.0-beta.3 to address it. Tests will be added later in the day.
haoqunjiang
No branches or pull requests
Version
16.0.0-beta.2
Reproduction link
https://github.com/frangio/vue-next-example
Steps to reproduce
Run
npm run build
and look atdist/main.css
.What is expected?
The
.title
style block should be scoped.What is actually happening?
It has no scope, as if it had been just copied from the source file.
The text was updated successfully, but these errors were encountered: