Skip to content

Commit 0a5e603

Browse files
committed
add vue-router to docs
1 parent 9a885b1 commit 0a5e603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/guide/application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ You can find examples of the build setups on GitHub:
3030

3131
## Routing
3232

33-
<p class="tip">The official `vue-router` module is in active development and will be released soon.</p>
33+
For Single Page Applications, it is recommended to use the [offical vue-router library](https://github.com/vuejs/vue-router), which is now in technical preview. For more details, please refer to vue-router's [documentation](http://vuejs.github.io/vue-router/).
3434

35-
You can implement some rudimentary routing logic by manually listening on hashchange and utilizing a dynamic component:
35+
If you just need some very simple routing logic, you can also implement it by manually listening on hashchange and utilizing a dynamic component:
3636

3737
**Example:**
3838

@@ -55,7 +55,7 @@ var app = new Vue({
5555
app.currentView = 'page1'
5656
```
5757

58-
With this mechanism it's very easy to leverage standalone routing libraries such as [Page.js](https://github.com/visionmedia/page.js) or [Director](https://github.com/flatiron/director).
58+
With this mechanism it's also very easy to leverage external routing libraries such as [Page.js](https://github.com/visionmedia/page.js) or [Director](https://github.com/flatiron/director).
5959

6060
## Communication with Server
6161

0 commit comments

Comments
 (0)