update readme

This commit is contained in:
dntzhang 2017-04-20 15:08:20 +08:00
parent eb9c9b7fd4
commit 8b9486e7c0
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ $ npm run dist //部署发布
## 特性
* 超小的尺寸7 kb (gzip)
* 良好的兼容性支持IE8 请自行引用es5-shim或es5-sham
* 良好的兼容性,omi.js支持IE9, omi.lite.js和omi.mustache.js支持IE8 请自行引用es5-shim或es5-sham
* 完全面向对象的组件体系
* 局部CSSHTML+ Scoped CSS + JS组成可复用的组件
* 更自由的更新每个组件都有update方法自由选择时机进行更新
@ -101,7 +101,7 @@ $ npm run dist //release
## Features
* Super tiny size, 7 KB (gzip)
* Good compatibility, support IE8 (please import es5-shim or es5-sham by yourself)
* Good compatibility, omi.js support IE9, omi.lite.js and omi.mustache.js support IE8(please import es5-shim or es5-sham by yourself)
* Fully object-oriented component system
* Support Scoped CSS, reusable components are composed of HTML Scoped CSS and JS
* More free updates, each component has a update method, free to choose the right time to update