Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
docs(drawer): Update persistent drawer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp authored Dec 13, 2017
1 parent e76ac74 commit 5315f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Drawer/PersistentDrawer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span slot="toolbarSpacer" />
<m-list>
<m-list-item v-for="item in listItems" :key="item.text">
<m-icon slot="graphic">{{item.icon}}</m-icon>
<m-icon slot="graphic" :icon="item.icon" />
{{item.text}}
</m-list-item>
</m-list>
Expand Down

0 comments on commit 5315f6d

Please sign in to comment.