pespantelis/vue-typeahead

Error on `require()`

jackmcdade opened this issue · 1 comments

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

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 :)