Skip to content

Commit

Permalink
Capitalize the first letter (#1186)
Browse files Browse the repository at this point in the history
Co-authored-by: victor <[email protected]>
  • Loading branch information
victory820 and victor authored Dec 27, 2021
1 parent 7f0c417 commit 8b5d683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/advanced/slots.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ test('layout full page layout', () => {
const wrapper = mount(Layout, {
slots: {
header: Header
main: h('div', 'Main content'),
main: h('div', 'Main Content'),
sidebar: { template: '<div>Sidebar</div>' },
footer: '<div>Footer</div>',
}
Expand Down

0 comments on commit 8b5d683

Please sign in to comment.