update readme

This commit is contained in:
dntzhang 2017-04-24 10:01:03 +08:00
parent c9aaccd533
commit 10704b04b0
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
* 良好的兼容性支持IE8请自行引用 es5-shim [es5-sham](//s.url.cn/qqun/xiaoqu/buluo/p/js/es5-sham-es5-sham.min.77c4325f.js)
* 完全面向对象的组件体系
* 局部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, support IE8 (please import es5-shim or [es5-sham](//s.url.cn/qqun/xiaoqu/buluo/p/js/es5-sham-es5-sham.min.77c4325f.js) 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