Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen authored and sohee-lee7 committed Nov 28, 2018
1 parent 7117115 commit ebbff34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ export default {
props: {
previewStyle: {
type: String,
defalut: 'tab'
default: 'tab'
},
height: {
type: String,
defalut: '300px'
default: '300px'
},
value: {
type: String,
defalut: ''
default: ''
},
mode: {
type: String,
defalut: 'markdown'
default: 'markdown'
},
options: {
type: Object,
Expand Down
4 changes: 2 additions & 2 deletions src/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export default {
props: {
height: {
type: String,
defalut: '300px'
default: '300px'
},
value: {
type: String,
defalut: ''
default: ''
}
},
data() {
Expand Down

0 comments on commit ebbff34

Please sign in to comment.