@@ -95,7 +95,7 @@ export default {
})
},
setValue(){
- this.inputValue = this.value
+ this.inputValue = this.value+''
setLabelWidth(){
let differenceNum=4- this.label.length;
@@ -23,7 +23,7 @@
<script>
export default {
- name: 'en-input',
+ name: 'en-send',
props: {
type: {
type: String,