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
@@ -53,7 +53,6 @@ exports.install = function (Vue, options) {
53
53
### Using a Plugin
54
54
55
55
Assuming using a CommonJS build system:
56
-
57
56
```js
58
57
var vueTouch =require('vue-touch')
59
58
// use the plugin globally
@@ -70,7 +69,9 @@ Vue.use(require('my-plugin'), {
70
69
71
70
## Existing Plugins & Tools
72
71
72
+
-[vue-router](https://github.com/vuejs/vue-router): The official router for Vue.js. Deeply integrated with Vue.js core to make building Single Page Applications a breeze.
73
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.
74
+
-[vue-async-data](https://github.com/vuejs/vue-async-data): Async data loading plugin.
74
75
-[vue-validator](https://github.com/vuejs/vue-validator): A plugin for form validations.
75
76
-[vue-devtools](https://github.com/vuejs/vue-devtools): A Chrome devtools extension for debugging Vue.js applications.
76
77
-[vue-touch](https://github.com/vuejs/vue-touch): Add touch-gesture directives using Hammer.js.
0 commit comments