theme-chalk tuning

This commit is contained in:
Leopoldthecoder
2017-10-23 20:01:49 +08:00
committed by 杨奕
parent 9e6f1adafc
commit 917b8e78f2
18 changed files with 33 additions and 24 deletions

View File

@@ -36,6 +36,7 @@
<div class="el-message-box__input" v-show="showInput">
<el-input
v-model="inputValue"
:type="inputType"
@compositionstart.native="handleComposition"
@compositionupdate.native="handleComposition"
@compositionend.native="handleComposition"
@@ -307,6 +308,7 @@
showInput: false,
inputValue: null,
inputPlaceholder: '',
inputType: 'text',
inputPattern: null,
inputValidator: null,
inputErrorMessage: '',