directory adjust: delete entry index.js
This commit is contained in:
@@ -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',
|
||||
Reference in New Issue
Block a user