fix: add support for scoped styles, fix #1931
This commit is contained in:
@@ -96,6 +96,10 @@ class VueNodeView extends NodeView<Component, Editor, VueNodeViewRendererOptions
|
|||||||
expose: () => undefined,
|
expose: () => undefined,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
// add support for scoped styles
|
||||||
|
// @ts-ignore
|
||||||
|
// eslint-disable-next-line
|
||||||
|
__scopeId: this.component.__scopeId,
|
||||||
})
|
})
|
||||||
|
|
||||||
this.renderer = new VueRenderer(extendedComponent, {
|
this.renderer = new VueRenderer(extendedComponent, {
|
||||||
|
|||||||
Reference in New Issue
Block a user