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