Merge branch '2.0' of https://github.com/yangdan8/iview into 2.0_添加d.ts定义

This commit is contained in:
yangd 2018-08-31 17:14:55 +08:00
commit 39e56aa20f
69 changed files with 6448 additions and 1511 deletions

View file

@ -96,8 +96,9 @@ import 'iview/dist/styles/iview.css';
- Supports Vue.js 1.x - [visit 1.0 docs](http://v1.iviewui.com/)
- Supports SSR
- Supports [Nuxt.js](https://nuxtjs.org/)
- Support TypeScript
- Supports [Electron](http://electron.atom.io/)
- 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.
- Most components and features support IE9 and above browsers, some components and features do not support IE
## Community