directory adjust: delete entry index.js

This commit is contained in:
陈嘉涵
2017-08-22 17:52:16 +08:00
parent 707b48aa61
commit c494292e3f
88 changed files with 587 additions and 713 deletions

View File

@@ -1,3 +0,0 @@
import Uploader from './src/main';
export default Uploader;

View File

@@ -1,8 +1,6 @@
<template>
<div class="van-uploader">
<slot>
</slot>
<slot></slot>
<template v-if="disabled">
<input type="file" @change="onValueChange" disabled="disabled" class="van-uploader__input" />
</template>