Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Dec 17, 2020
1 parent 76a4805 commit adf24a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ const slots = {
default: () => <div>main</div>
}

<Layout title={name: 'xx', url: 'xx'} vSlots={slots}></Layout>
<Layout title={name: 'xx', url: 'xx'} extraClass="test" vSlots={slots}></Layout>

//template
<template>
<Layout title={
<Layout
extraClass="test"
title={
name: 'xx',
url: 'xxx'
}>
Expand Down

0 comments on commit adf24a2

Please sign in to comment.