yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 929 forks source link

Dropdown can't close when bind click on <a> #111

Open lxitgto opened 8 years ago

lxitgto commented 8 years ago

I make a Dropdown like this <dropdown> <button type="button" class="btn btn-info" data-toggle="dropdown"> CopyToGroup <span class="caret"></span> </button> <ul name="dropdown-menu" class="dropdown-menu"> <li v-for="group in groups"><a href="#" @click="addGroupId(group.id)">{{ group.name }}</a></li> </ul> </dropdown> but it's can't auto retract when you click

vianvio commented 8 years ago

134 new feature added that can solve this. Try bind click method to ref.toggle