You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/guide/extending.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,10 @@ Vue.use('my-plugin', {
70
70
71
71
## Existing Tools
72
72
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.
73
74
-[vue-devtools](https://github.com/vuejs/vue-devtools): A Chrome devtools extension for debugging Vue.js applications.
74
75
-[vue-touch](https://github.com/vuejs/vue-touch): Add touch-gesture directives using Hammer.js.
75
76
-[vue-element](https://github.com/vuejs/vue-element): Register Custom Elements with Vue.js.
76
77
-[List of User Contributed Tools](https://github.com/yyx990803/vue/wiki/User-Contributed-Components-&-Tools)
0 commit comments