support Tree & add dispatch and broadcast methods
support Tree,many component add name $option;add dispatch and broadcast methods, mixins it
This commit is contained in:
parent
bb71140e7b
commit
34ee7b4a14
28 changed files with 190 additions and 69 deletions
|
@ -40,7 +40,7 @@ import Timeline from './components/timeline';
|
|||
// import TimePicker from './components/time-picker';
|
||||
// import Tooltip from './components/tooltip';
|
||||
// import Transfer from './components/transfer';
|
||||
// import Tree from './components/tree';
|
||||
import Tree from './components/tree';
|
||||
import Upload from './components/upload';
|
||||
import { Row, Col } from './components/grid';
|
||||
// import { Select, Option, OptionGroup } from './components/select';
|
||||
|
@ -108,7 +108,7 @@ const iview = {
|
|||
// TimePicker,
|
||||
// Tooltip,
|
||||
// Transfer,
|
||||
// Tree,
|
||||
Tree,
|
||||
Upload
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue