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
-3
View File
@@ -1,3 +0,0 @@
import Field from './src/field';
export default Field;
@@ -48,8 +48,8 @@
<script>
const VALID_TYPES = ['text', 'number', 'email', 'url', 'tel', 'date', 'time', 'datetime', 'password', 'textarea'];
import vanCell from '../../cell';
import vanIcon from '../../icon';
import vanCell from '../cell';
import vanIcon from '../icon';
export default {
name: 'van-field',