add Transfer component
add Transfer component
This commit is contained in:
parent
306e3f74e8
commit
77f7bb9533
15 changed files with 519 additions and 6 deletions
|
@ -27,6 +27,7 @@ import Switch from './components/switch';
|
|||
import Tag from './components/tag';
|
||||
import Timeline from './components/timeline';
|
||||
import Tooltip from './components/tooltip';
|
||||
import Transfer from './components/transfer';
|
||||
import { Row, Col } from './components/layout';
|
||||
import { Select, Option, OptionGroup } from './components/select';
|
||||
|
||||
|
@ -71,7 +72,8 @@ const iview = {
|
|||
Tag,
|
||||
Timeline,
|
||||
TimelineItem: Timeline.Item,
|
||||
Tooltip
|
||||
Tooltip,
|
||||
Transfer
|
||||
};
|
||||
|
||||
const install = function (Vue) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue