Skip to content

Commit

Permalink
fix: vue inject grammar warning (#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxqc authored Sep 1, 2022
1 parent 84f8aee commit c6c5fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-3/src/NodeViewWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const NodeViewWrapper = defineComponent({
this.as,
{
// @ts-ignore
class: this.decorationClasses.value,
class: this.decorationClasses,
style: {
whiteSpace: 'normal',
},
Expand Down

0 comments on commit c6c5fa6

Please sign in to comment.