-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove vue-resource dependency and use axios on demo (close #44)
- Loading branch information
1 parent
200b6c1
commit b10bab9
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Available through npm as `vue-typeahead`. | |
``` | ||
npm install --save vue-typeahead | ||
``` | ||
> Also, you need to install the [`vue-resource`](https://github.com/vuejs/vue-resource) plugin. | ||
> Also, you need to install a HTTP client like [`axios`](https://github.com/mzabriskie/axios). | ||
## Usage | ||
If you are using `[email protected]+`, you could use the new [`extends`](http://vuejs.org/api/#extends) property (see below). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters