Skip to content

Commit

Permalink
Add IE9/History polyfill note in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamflow committed Mar 10, 2015
1 parent a956a4b commit 8bf3631
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ When the router emits an event, 2 parameters are passed: `location` and `oldLoca
* `params`: a hash of the params from the route, here `{item: 'razor'}`.
* `componentId`: the componentId associated to the current route.

## Compatibility note
vue-route supports the same browsers as Vue; however to make it properly work on IE9 you need to add the [HTML5-history-API polyfill](https://github.com/devote/HTML5-History-API).

## Contributing

* Fork & PR on **[dev](https://github.com/ayamflow/vue-route/tree/dev)** branch.
Expand Down

0 comments on commit 8bf3631

Please sign in to comment.