Skip to content

Commit 836374a

Browse files
committed
slim down lists of referenced companion libs
1 parent 69dfe80 commit 836374a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/guide/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ You may have noticed that Vue components are very similar to **Custom Elements**
117117

118118
2. Vue components provide important features that are not available in plain custom elements, most notably cross-component data flow, custom event communication, and dynamic component switching with transition effects.
119119

120-
The component system is the foundation for building large apps with Vue. The Vue ecosystem also provides advanced tooling and officially supported companion libraries that can be combined to create a more framework-like system. The responsibilities of these libraries include [ajax](https://github.com/vuejs/vue-resource), [routing](https://github.com/vuejs/vue-router), [flux-like state management](https://github.com/vuejs/vuex), and [more](https://github.com/vuejs).
120+
The component system is the foundation for building large apps with Vue. The Vue ecosystem also provides advanced tooling and officially supported companion libraries that can be combined to create a more framework-like system. The responsibilities of these libraries include [routing](https://github.com/vuejs/vue-router), [flux-like state management](https://github.com/vuejs/vuex), and [more](https://github.com/vuejs).

src/guide/plugins.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ webpack plugin.js bundle.js --optimize-minimize
126126

127127
- [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.
128128

129-
- [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.
130-
131129
- [vue-async-data](https://github.com/vuejs/vue-async-data): Async data loading plugin.
132130

133131
- [vue-validator](https://github.com/vuejs/vue-validator): A plugin for form validations.

0 commit comments

Comments
 (0)