Skip to content

Commit e45ccce

Browse files
committed
Merge pull request #109 from vuejs-ru/add-plugins-extending.md
Add vue-router, vue-async-data in extending.md
2 parents 1135205 + cdd0eec commit e45ccce

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
@@ -53,7 +53,6 @@ exports.install = function (Vue, options) {
5353
### Using a Plugin
5454

5555
Assuming using a CommonJS build system:
56-
5756
``` js
5857
var vueTouch = require('vue-touch')
5958
// use the plugin globally
@@ -70,7 +69,9 @@ Vue.use(require('my-plugin'), {
7069

7170
## Existing Plugins & Tools
7271

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.
7373
- [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.
7475
- [vue-validator](https://github.com/vuejs/vue-validator): A plugin for form validations.
7576
- [vue-devtools](https://github.com/vuejs/vue-devtools): A Chrome devtools extension for debugging Vue.js applications.
7677
- [vue-touch](https://github.com/vuejs/vue-touch): Add touch-gesture directives using Hammer.js.

0 commit comments

Comments
 (0)