mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-25 15:23:44 +00:00
Forward click event
This commit is contained in:
parent
616b161c55
commit
a59381a62a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<li class="md-list-item">
|
||||
<li class="md-list-item" @click="$emit('click')">
|
||||
<md-button :title="title" :target="target" :href="href" class="md-list-item-container">
|
||||
<slot></slot>
|
||||
</md-button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue