mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 11:17:38 +08:00
[build] 1.0.0-rc.7
This commit is contained in:
parent
96ff5e1dc7
commit
c4a1bab04c
@ -200,6 +200,7 @@
|
||||
```html
|
||||
<el-input
|
||||
placeholder="请输入内容"
|
||||
:number="true"
|
||||
v-model="input">
|
||||
</el-input>
|
||||
```
|
||||
|
@ -127,7 +127,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
version: '1.0.0-rc.6',
|
||||
version: '1.0.0-rc.7',
|
||||
install,
|
||||
SelectDropdown,
|
||||
Pagination,
|
||||
|
Loading…
Reference in New Issue
Block a user