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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ export const NodeViewWrapper = defineComponent({
this.as,
{
// @ts-ignore
class: this.decorationClasses.value,
class: this.decorationClasses,
style: {
whiteSpace: 'normal',
},