Skip to content

Commit 33400a5

Browse files
Merge pull request #348 from codex-team/fix/codexui
2 parents 4f2b6a4 + 171e1c0 commit 33400a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

@codexteam/ui/src/vue/components/editor/Editor.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div
33
ref="editorComponent"
4+
class="editorjs"
45
:class="{
5-
[$style['editorjs']]: true,
6-
[$style['editorjs--with-initial-placeholder']]: props.firstBlockPlaceholder,
6+
'editorjs--with-initial-placeholder': props.firstBlockPlaceholder,
77
}"
88
/>
99
</template>
@@ -92,7 +92,7 @@ defineExpose({
9292
});
9393
</script>
9494

95-
<style module>
95+
<style>
9696
@import '../../../styles/typography.pcss';
9797
9898
.editorjs {

0 commit comments

Comments
 (0)