Skip to content

Commit c0a225f

Browse files
author
Mubashir Rasool Razvi
authored
, expected (#1605)
1 parent dd48f00 commit c0a225f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/built-in-special-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A "meta component" for rendering dynamic components or elements.
3434
import Bar from './Bar.vue'
3535
3636
export default {
37-
components: { Foo, Bar }
37+
components: { Foo, Bar },
3838
data() {
3939
return {
4040
view: 'Foo'

0 commit comments

Comments
 (0)