Commit 55eab40f48a7b89a1a3692014aad86353c49d986

Authored by Aresn
Committed by GitHub
1 parent a3a90be7

Update README.md

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -96,8 +96,9 @@ import 'iview/dist/styles/iview.css'; @@ -96,8 +96,9 @@ import 'iview/dist/styles/iview.css';
96 - Supports Vue.js 1.x - [visit 1.0 docs](http://v1.iviewui.com/) 96 - Supports Vue.js 1.x - [visit 1.0 docs](http://v1.iviewui.com/)
97 - Supports SSR 97 - Supports SSR
98 - Supports [Nuxt.js](https://nuxtjs.org/) 98 - Supports [Nuxt.js](https://nuxtjs.org/)
  99 +- Support TypeScript
99 - Supports [Electron](http://electron.atom.io/) 100 - Supports [Electron](http://electron.atom.io/)
100 -- iView does not support IE8 or below since [Vue.js](https://vuejs.org/v2/guide/reactivity.html) uses `Object.defineProperty` to track changes which is not supported by these browsers. 101 +- Most components and features support IE9 and above browsers, some components and features do not support IE
101 102
102 ## Community 103 ## Community
103 104