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>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>iView test page</title>
|
<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"> -->
|
<!-- <link href="/test/dist/main.css" rel="stylesheet"> -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -2,9 +2,7 @@
|
||||||
<li
|
<li
|
||||||
:class="classes"
|
:class="classes"
|
||||||
@click.stop="select"
|
@click.stop="select"
|
||||||
@touchend.stop="select"
|
|
||||||
@mousedown.prevent
|
@mousedown.prevent
|
||||||
@touchstart.prevent
|
|
||||||
><slot>{{ showLabel }}</slot></li>
|
><slot>{{ showLabel }}</slot></li>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue