[build] 1.0.0-rc.7

pull/392/merge
baiyaaaaa 2016-10-13 17:57:35 +08:00
parent 96ff5e1dc7
commit c4a1bab04c
2 changed files with 2 additions and 1 deletions

View File

@ -200,6 +200,7 @@
```html ```html
<el-input <el-input
placeholder="请输入内容" placeholder="请输入内容"
:number="true"
v-model="input"> v-model="input">
</el-input> </el-input>
``` ```

View File

@ -127,7 +127,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}; };
module.exports = { module.exports = {
version: '1.0.0-rc.6', version: '1.0.0-rc.7',
install, install,
SelectDropdown, SelectDropdown,
Pagination, Pagination,