新增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

View File

@@ -21,7 +21,7 @@
import Popup from 'src/mixins/popup';
const CANCEL_TEXT = '取消';
const CONFIRM_TEXT = '确';
const CONFIRM_TEXT = '确';
export default {
name: 'van-dialog',