Skip to content

Commit c1d26a9

Browse files
tangciweikazupon
authored andcommitted
add commas (#633)
1 parent b007015 commit c1d26a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/api/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -966,8 +966,8 @@ All lifecycle hooks automatically have their `this` context bound to the instanc
966966
var body = this.$slots.default
967967
var footer = this.$slots.footer
968968
return createElement('div', [
969-
createElement('header', header)
970-
createElement('main', body)
969+
createElement('header', header),
970+
createElement('main', body),
971971
createElement('footer', footer)
972972
])
973973
}

0 commit comments

Comments
 (0)