Skip to content

Commit edbd5b2

Browse files
authored
Update plugins.md
1 parent 1d85f08 commit edbd5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ order: 18
1111

1212
1. 添加全局方法或者属性,如: [vue-element](https://github.com/vuejs/vue-element)
1313

14-
2. 添加全局资源:指令/过滤器/过渡等,如 vue-touch [vue-touch](https://github.com/vuejs/vue-touch)
14+
2. 添加全局资源:指令/过滤器/过渡等,如 [vue-touch](https://github.com/vuejs/vue-touch)
1515

1616
3. 通过全局 mixin方法添加一些组件选项,如: [vuex](https://github.com/vuejs/vuex)
1717

@@ -88,4 +88,4 @@ Vue.use(VueRouter)
8888

8989
> 原文: http://vuejs.org/guide/plugins.html
9090
91-
***
91+
***

0 commit comments

Comments
 (0)