yuche / vue-strap

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

Updated typeahead docs example to use async instead of src #445

Closed kjfdebruin closed 7 years ago

kjfdebruin commented 7 years ago

Async typeaheads need to have an "async" property, not a "src" property. The working examples were correct, but the documented code underneath them still had it as "src".