Skip to content

Commit

Permalink
fix: vue inject grammar warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxqc committed Sep 1, 2022
1 parent 9a254bf commit 8b33fed
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 8b33fed

Please sign in to comment.