fix: code style

This commit is contained in:
陈嘉涵
2017-08-25 15:57:38 +08:00
parent 43693fa781
commit e7b1d70900
18 changed files with 64 additions and 80 deletions

View File

@@ -48,15 +48,15 @@
<script>
const VALID_TYPES = ['text', 'number', 'email', 'url', 'tel', 'date', 'time', 'datetime', 'password', 'textarea'];
import vanCell from '../cell';
import vanIcon from '../icon';
import Cell from '../cell';
import Icon from '../icon';
export default {
name: 'van-field',
components: {
vanCell,
vanIcon
[Cell.name]: Cell,
[Icon.name]: Icon
},
props: {