update 'MarkdownEditor' components name

This commit is contained in:
bbigcd 2019-11-12 12:08:45 +08:00 committed by GitHub
parent d5c013a48c
commit 44203f88a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import Editor from 'tui-editor'
import defaultOptions from './default-options'
export default {
name: 'MarddownEditor',
name: 'MarkdownEditor',
props: {
value: {
type: String,