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

Commit

Permalink
Merge pull request #79 from s4l1h/patch-1
Browse files Browse the repository at this point in the history
Option Unused value removed
  • Loading branch information
amanpatel committed Jan 11, 2016
2 parents 0368651 + 1d7aa75 commit 01caba7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Option.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<li style="position:relative">
<a @mousedown.prevent="handleClick" style="cursor:pointer">
<span v-el:v><slot></slot></span>
<slot name="span">
{{value}}
</slot>
<span class="glyphicon glyphicon-ok check-mark" v-show="chosen"></span>
</a>
</li>
Expand Down Expand Up @@ -53,4 +50,4 @@
right: 15px;
margin-top: 5px;
}
</style>
</style>

0 comments on commit 01caba7

Please sign in to comment.