From 8bf363129fb170545ddaea74b7bf95c89016f496 Mon Sep 17 00:00:00 2001 From: Florian Morel Date: Tue, 10 Mar 2015 21:46:43 +0100 Subject: [PATCH] Add IE9/History polyfill note in readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 09c27b2..1d7d7d7 100644 --- a/README.md +++ b/README.md @@ -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.