Skip to content
This repository was archived by the owner on May 25, 2018. It is now read-only.

Commit 1d7aa75

Browse files
committed
Option Unused value removed
Option Unused value removed
1 parent d192c01 commit 1d7aa75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Option.vue

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<li style="position:relative">
33
<a @mousedown.prevent="handleClick" style="cursor:pointer">
44
<span v-el:v><slot></slot></span>
5-
<slot name="span">
6-
{{value}}
7-
</slot>
85
<span class="glyphicon glyphicon-ok check-mark" v-show="chosen"></span>
96
</a>
107
</li>
@@ -53,4 +50,4 @@
5350
right: 15px;
5451
margin-top: 5px;
5552
}
56-
</style>
53+
</style>

0 commit comments

Comments
 (0)