init upload component
init upload component
This commit is contained in:
parent
e0f238f957
commit
3affd6f365
9 changed files with 54 additions and 1 deletions
|
@ -40,6 +40,7 @@ import Timeline from './components/timeline';
|
|||
import TimePicker from './components/time-picker';
|
||||
import Tooltip from './components/tooltip';
|
||||
import Transfer from './components/transfer';
|
||||
import Upload from './components/upload';
|
||||
import { Row, Col } from './components/layout';
|
||||
import { Select, Option, OptionGroup } from './components/select';
|
||||
import locale from './locale';
|
||||
|
@ -103,7 +104,8 @@ const iview = {
|
|||
TimelineItem: Timeline.Item,
|
||||
TimePicker,
|
||||
Tooltip,
|
||||
Transfer
|
||||
Transfer,
|
||||
Upload
|
||||
};
|
||||
|
||||
const install = function (Vue, opts = {}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue