新增icon、filed组件新增time类型和Dialog组件默认文案修改 (#43)

This commit is contained in:
张敏
2017-06-26 15:02:27 +08:00
committed by GitHub
parent 4d778ef107
commit ecf587f7ed
7 changed files with 154 additions and 13 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
</template>
<script>
const VALID_TYPES = ['text', 'number', 'email', 'url', 'tel', 'date', 'datetime', 'password', 'textarea'];
const VALID_TYPES = ['text', 'number', 'email', 'url', 'tel', 'date', 'time', 'datetime', 'password', 'textarea'];
import vanCell from 'packages/cell';
export default {