1
0

feat(editor): add placeholder

This commit is contained in:
kolaente
2023-10-21 19:02:55 +02:00
parent d005875bbf
commit a7e4e3adf9
4 changed files with 33 additions and 18 deletions

View File

@ -62,6 +62,7 @@
"@tiptap/extension-highlight": "2.0.3",
"@tiptap/extension-image": "2.0.3",
"@tiptap/extension-link": "2.0.3",
"@tiptap/extension-placeholder": "2.1.12",
"@tiptap/extension-table": "2.0.3",
"@tiptap/extension-table-cell": "2.0.3",
"@tiptap/extension-table-header": "2.0.3",
@ -69,9 +70,9 @@
"@tiptap/extension-task-item": "2.0.3",
"@tiptap/extension-task-list": "2.0.3",
"@tiptap/extension-typography": "2.0.3",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/extension-underline": "2.1.12",
"@tiptap/starter-kit": "2.0.3",
"@tiptap/suggestion": "^2.1.12",
"@tiptap/suggestion": "2.1.12",
"@tiptap/vue-3": "2.0.3",
"@types/is-touch-device": "1.0.0",
"@types/lodash.clonedeep": "4.5.7",