mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix: vue inject grammar warning (#3144)
This commit is contained in:
parent
84f8aee20a
commit
c6c5fa623a
@ -15,7 +15,7 @@ export const NodeViewWrapper = defineComponent({
|
||||
this.as,
|
||||
{
|
||||
// @ts-ignore
|
||||
class: this.decorationClasses.value,
|
||||
class: this.decorationClasses,
|
||||
style: {
|
||||
whiteSpace: 'normal',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user