pespantelis / vue-typeahead

:mag: Typeahead component for Vue.js
http://pespantelis.github.io/vue-typeahead
MIT License
517 stars 97 forks source link

Error on `require()` #1

Closed jackmcdade closed 9 years ago

jackmcdade commented 9 years ago

I get the following error just by requiring the component. I'm using Browserify.

Uncaught TypeError: Cannot redefine property: $url

screen shot 2015-08-25 at 11 10 46 pm

pespantelis commented 9 years ago

Oh sorry! I need to update the package version, in order getting the last changes (287cd57).

However, the error occurred because the vue-resource was included two times (one from you and one from typeahead component).

Thanks :)