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

Scoped has no effect #1677

Closed
frangio opened this issue May 23, 2020 · 3 comments
Closed

Scoped has no effect #1677

frangio opened this issue May 23, 2020 · 3 comments
Assignees
Labels

Comments

@frangio
Copy link

frangio commented May 23, 2020

Version

16.0.0-beta.2

Reproduction link

https://github.com/frangio/vue-next-example

Steps to reproduce

Run npm run build and look at dist/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.

@Arman19941113
Copy link

Same issue:
image

@haoqunjiang haoqunjiang self-assigned this May 25, 2020
@haoqunjiang
Copy link
Member

haoqunjiang commented May 25, 2020

Got it. It's due to the wrong export in pitcher.ts. Will fix it tomorrow soon.

haoqunjiang added a commit that referenced this issue May 25, 2020
fixes #1677

TODO:
Need to add tests later
@haoqunjiang
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants