mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-19 12:41:07 +00:00
Improve complete example on list page
This commit is contained in:
parent
9ee19a7665
commit
a725fa7433
1 changed files with 5 additions and 5 deletions
|
|
@ -568,23 +568,23 @@
|
|||
</md-toolbar>
|
||||
|
||||
<md-list>
|
||||
<md-list-item class="md-primary">
|
||||
<md-list-item @click="toggleSidenav" class="md-primary">
|
||||
<md-icon>insert_drive_file</md-icon> <span>My files</span>
|
||||
</md-list-item>
|
||||
|
||||
<md-list-item>
|
||||
<md-list-item @click="toggleSidenav">
|
||||
<md-icon>people</md-icon> <span>Shared with me</span>
|
||||
</md-list-item>
|
||||
|
||||
<md-list-item>
|
||||
<md-list-item @click="toggleSidenav">
|
||||
<md-icon>access_time</md-icon> <span>Recent</span>
|
||||
</md-list-item>
|
||||
|
||||
<md-list-item>
|
||||
<md-list-item @click="toggleSidenav">
|
||||
<md-icon>start</md-icon> <span>Starred</span>
|
||||
</md-list-item>
|
||||
|
||||
<md-list-item>
|
||||
<md-list-item @click="toggleSidenav">
|
||||
<md-icon>delete</md-icon> <span>Trash</span>
|
||||
</md-list-item>
|
||||
</md-list>
|
||||
|
|
|
|||
Loading…
Reference in a new issue