Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Open
@ryugan

Description

@ryugan
Issue body actions

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.