mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
theme-chalk tuning
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user