Skip to content

Commit 3d6dffc

Browse files
committed
add vue-resource to the existing tools list
1 parent 6996b8d commit 3d6dffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/guide/extending.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ Vue.use('my-plugin', {
7070

7171
## Existing Tools
7272

73+
- [vue-resource](https://github.com/vuejs/vue-resource): A plugin that provides services for making web requests and handle responses using a XMLHttpRequest or JSONP.
7374
- [vue-devtools](https://github.com/vuejs/vue-devtools): A Chrome devtools extension for debugging Vue.js applications.
7475
- [vue-touch](https://github.com/vuejs/vue-touch): Add touch-gesture directives using Hammer.js.
7576
- [vue-element](https://github.com/vuejs/vue-element): Register Custom Elements with Vue.js.
7677
- [List of User Contributed Tools](https://github.com/yyx990803/vue/wiki/User-Contributed-Components-&-Tools)
7778

78-
Next: [Common FAQs](/guide/faq.html).
79+
Next: [Common FAQs](/guide/faq.html).

0 commit comments

Comments
 (0)