Skip to content

Commit 48bb30d

Browse files
dennybiasiollicexbrayat
authored andcommitted
docs: fix typo in code example
1 parent f6f73dd commit 48bb30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/advanced/slots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ import Header from './Header.vue'
122122
test('layout full page layout', () => {
123123
const wrapper = mount(Layout, {
124124
slots: {
125-
header: Header
125+
header: Header,
126126
main: h('div', 'Main Content'),
127127
sidebar: { template: '<div>Sidebar</div>' },
128-
footer: '<div>Footer</div>',
128+
footer: '<div>Footer</div>'
129129
}
130130
})
131131

0 commit comments

Comments
 (0)