This commit is contained in:
梁灏 2018-12-20 11:25:46 +08:00
parent 09a5ac8e2c
commit 3e012ca94d
2 changed files with 1 additions and 2 deletions

View file

@ -2,9 +2,7 @@
<li
:class="classes"
@click.stop="select"
@touchend.stop="select"
@mousedown.prevent
@touchstart.prevent
><slot>{{ showLabel }}</slot></li>
</template>
<script>