Skip to content

Commit d4f2092

Browse files
authored
Merge pull request #180 from tangciwei/master
add commas
2 parents 63a6800 + 801b155 commit d4f2092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,8 @@ type: api
968968
var body = this.$slots.default
969969
var footer = this.$slots.footer
970970
return createElement('div', [
971-
createElement('header', header)
972-
createElement('main', body)
971+
createElement('header', header),
972+
createElement('main', body),
973973
createElement('footer', footer)
974974
])
975975
}

0 commit comments

Comments
 (0)