mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-08 23:44:44 +00:00
add classes tab
This commit is contained in:
parent
584274985f
commit
75efe4ae4a
2 changed files with 5 additions and 4 deletions
|
|
@ -7,6 +7,10 @@
|
|||
<slot name="properties"></slot>
|
||||
</md-tab>
|
||||
|
||||
<md-tab class="api-tab" md-label="Classes" v-if="$slots.classes">
|
||||
<slot name="classes"></slot>
|
||||
</md-tab>
|
||||
|
||||
<md-tab class="api-tab" md-label="Events" v-if="$slots.events">
|
||||
<slot name="events"></slot>
|
||||
</md-tab>
|
||||
|
|
|
|||
|
|
@ -13,11 +13,10 @@
|
|||
|
||||
<div slot="api">
|
||||
<api-table name="md-avatar">
|
||||
<md-table slot="properties">
|
||||
<md-table slot="classes">
|
||||
<md-table-header>
|
||||
<md-table-row>
|
||||
<md-table-head>Name</md-table-head>
|
||||
<md-table-head>Type</md-table-head>
|
||||
<md-table-head>Description</md-table-head>
|
||||
</md-table-row>
|
||||
</md-table-header>
|
||||
|
|
@ -25,13 +24,11 @@
|
|||
<md-table-body>
|
||||
<md-table-row>
|
||||
<md-table-cell>md-avatar-icon</md-table-cell>
|
||||
<md-table-cell><code>Boolean</code></md-table-cell>
|
||||
<md-table-cell>Display an icon using md-icon component</md-table-cell>
|
||||
</md-table-row>
|
||||
|
||||
<md-table-row>
|
||||
<md-table-cell>md-large</md-table-cell>
|
||||
<md-table-cell><code>Boolean</code></md-table-cell>
|
||||
<md-table-cell>Display large avatar</md-table-cell>
|
||||
</md-table-row>
|
||||
</md-table-body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue