feat: add basis styling to editor

This commit is contained in:
Seviche CC 2023-03-29 18:25:11 +08:00
parent c96ddd6ce6
commit c13b7b5b76
Signed by: SevicheCC
GPG key ID: C577000000000000

View file

@ -21,6 +21,11 @@ const editor = useEditor({
], ],
editable: true, editable: true,
autofocus: true, autofocus: true,
editorProps: {
attributes: {
class: 'prose',
},
},
}) })
</script> </script>