Skip to content

Commit d7413a8

Browse files
committed
defaultOptions => default-options
1 parent 36a7065 commit d7413a8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/MarkdownEditor/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import 'tui-editor/dist/tui-editor.css' // editor ui
99
import 'tui-editor/dist/tui-editor-contents.css' // editor content
1010
1111
import Editor from 'tui-editor'
12-
import defaultOptions from './defaultOptions'
12+
import defaultOptions from './default-options'
1313
1414
export default {
1515
name: 'MarddownEditor',

0 commit comments

Comments
 (0)