support Input

support Input
This commit is contained in:
梁灏 2017-03-01 15:23:12 +08:00
parent d47ea998d6
commit fc7ef07216
6 changed files with 62 additions and 152 deletions

View file

@ -17,7 +17,7 @@ import Button from './components/button';
// import Dropdown from './components/dropdown';
// import Form from './components/form';
import Icon from './components/icon';
// import Input from './components/input';
import Input from './components/input';
// import InputNumber from './components/input-number';
// import LoadingBar from './components/loading-bar';
// import Menu from './components/menu';
@ -73,6 +73,7 @@ const iview = {
// Collapse,
Icon,
// iInput: Input,
Input,
// InputNumber,
// LoadingBar,
// Menu,