fix: vue inject grammar warning (#3144)

This commit is contained in:
远方
2022-09-01 19:54:59 +08:00
committed by GitHub
parent 84f8aee20a
commit c6c5fa623a

View File

@@ -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',
}, },