mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-30 11:34:47 +00:00
force list item to have buttons with type="button"
This commit is contained in:
parent
f0b9d1909f
commit
0d19c837fb
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<md-button class="md-button-ghost" :disabled="disabled"></md-button>
|
||||
<md-button type="button" class="md-button-ghost" :disabled="disabled"></md-button>
|
||||
</li>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<md-icon class="md-list-expand-indicator">keyboard_arrow_down</md-icon>
|
||||
</div>
|
||||
|
||||
<md-button class="md-button-ghost" @click.native="toggleExpandList" :disabled="disabled"></md-button>
|
||||
<md-button type="button" class="md-button-ghost" @click.native="toggleExpandList" :disabled="disabled"></md-button>
|
||||
|
||||
<div class="md-list-expand" ref="expand" :class="expandClasses" :style="expandStyles">
|
||||
<slot name="expand"></slot>
|
||||
|
|
|
|||
Loading…
Reference in a new issue