fix #4941
This commit is contained in:
parent
09a5ac8e2c
commit
3e012ca94d
2 changed files with 1 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>iView test page</title>
|
||||
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1"/>
|
||||
<!-- <link href="/test/dist/main.css" rel="stylesheet"> -->
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
<li
|
||||
:class="classes"
|
||||
@click.stop="select"
|
||||
@touchend.stop="select"
|
||||
@mousedown.prevent
|
||||
@touchstart.prevent
|
||||
><slot>{{ showLabel }}</slot></li>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Reference in a new issue