add support for CSS Modules
This commit is contained in:
@@ -101,6 +101,10 @@ class VueNodeView extends NodeView<Component, Editor, VueNodeViewRendererOptions
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
__scopeId: this.component.__scopeId,
|
__scopeId: this.component.__scopeId,
|
||||||
|
// add support for CSS Modules
|
||||||
|
// @ts-ignore
|
||||||
|
// eslint-disable-next-line
|
||||||
|
__cssModules: this.component.__cssModules,
|
||||||
})
|
})
|
||||||
|
|
||||||
this.renderer = new VueRenderer(extendedComponent, {
|
this.renderer = new VueRenderer(extendedComponent, {
|
||||||
|
|||||||
Reference in New Issue
Block a user