Skip to content

Commit

Permalink
Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
pespantelis committed Mar 4, 2017
1 parent b0cd3ae commit fa83ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/vue-typeahead.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exports.default = {
},
fetch: function fetch() {
if (!this.$http) {
return _vue.util.warn('You need to install the `vue-resource` plugin', this);
return _vue.util.warn('You need to provide a HTTP client', this);
}

if (!this.src) {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"devDependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.23.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
Expand Down

0 comments on commit fa83ace

Please sign in to comment.