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

Commit ebbff34

Browse files
PanJiaChensohee-lee7
authored andcommitted
fix typo
1 parent 7117115 commit ebbff34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Editor.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ export default {
1313
props: {
1414
previewStyle: {
1515
type: String,
16-
defalut: 'tab'
16+
default: 'tab'
1717
},
1818
height: {
1919
type: String,
20-
defalut: '300px'
20+
default: '300px'
2121
},
2222
value: {
2323
type: String,
24-
defalut: ''
24+
default: ''
2525
},
2626
mode: {
2727
type: String,
28-
defalut: 'markdown'
28+
default: 'markdown'
2929
},
3030
options: {
3131
type: Object,

src/Viewer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export default {
1111
props: {
1212
height: {
1313
type: String,
14-
defalut: '300px'
14+
default: '300px'
1515
},
1616
value: {
1717
type: String,
18-
defalut: ''
18+
default: ''
1919
}
2020
},
2121
data() {

0 commit comments

Comments
 (0)