You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: