wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

The normal Bootstrap dropdown is not working as described in the documentation. #165

Closed phprad closed 6 years ago

phprad commented 6 years ago

The normal Bootstrap dropdown is not working as described in the documentation when using vue browser script. any idea on how to get it working.

<li class="dropdown">
    <a href="#" class="dropdown-toggle">Dropdown</a>
    <ul class="dropdown-menu">
      <li><a href="link">Option</a></li>
    </ul>
  </li>