mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-30 07:49:30 +08:00
feat: add basis styling to editor
This commit is contained in:
parent
c96ddd6ce6
commit
c13b7b5b76
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ const editor = useEditor({
|
||||||
],
|
],
|
||||||
editable: true,
|
editable: true,
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
|
editorProps: {
|
||||||
|
attributes: {
|
||||||
|
class: 'prose',
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue