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 ActionSheet from './src/actionsheet';
export default ActionSheet;

View File

@@ -27,9 +27,9 @@
</template>
<script>
import Popup from '../../mixins/popup';
import VanIcon from '../../icon';
import VanLoading from '../../loading';
import Popup from '../mixins/popup';
import VanIcon from '../icon';
import VanLoading from '../loading';
export default {
name: 'van-actionsheet',