Skip to content

Commit 44203f8

Browse files
authored
update 'MarkdownEditor' components name
1 parent d5c013a commit 44203f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MarkdownEditor/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Editor from 'tui-editor'
1212
import defaultOptions from './default-options'
1313
1414
export default {
15-
name: 'MarddownEditor',
15+
name: 'MarkdownEditor',
1616
props: {
1717
value: {
1818
type: String,

0 commit comments

Comments
 (0)