mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
directory adjust: delete entry index.js
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
import Uploader from './src/main';
|
||||
|
||||
export default Uploader;
|
@@ -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>
|
Reference in New Issue
Block a user