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

[4.1.3] vue-property-decorator with WithRender doesn't work anymore #55

Open
ryugan opened this issue Jun 1, 2021 · 1 comment
Open

Comments

@ryugan
Copy link

ryugan commented Jun 1, 2021

Before start, I doesn't have any problem with 4.1.2.

I use vue-property-decorator and WithRender to load my css :
`
import './myComponent.css'
import WithRender from './myComponent.html'

import { Vue, Component } from 'vue-property-decorator';

@WithRender
@component
export class MyComponentextends Vue {
}
`

But with 4.1.3 I have this problem :
Uncaught TypeError: Cannot read property 'locals' of undefined at eval (myComponent.css:7) at Object../src/myComponent.css (myComponent.js:5195)

@lorenzocostalunga
Copy link

I confirm, same problem.
With version 4.1.2 there are no problems.

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

2 participants