fix: vue inject grammar warning (#3144)
This commit is contained in:
@@ -15,7 +15,7 @@ export const NodeViewWrapper = defineComponent({
|
|||||||
this.as,
|
this.as,
|
||||||
{
|
{
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
class: this.decorationClasses.value,
|
class: this.decorationClasses,
|
||||||
style: {
|
style: {
|
||||||
whiteSpace: 'normal',
|
whiteSpace: 'normal',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user