sys 3 ani în urmă
părinte
comite
4d7f5143df

+ 1 - 1
components/en-from/en-radio/en-radio.vue

@@ -95,7 +95,7 @@ export default {
       })
     },
     setValue(){
-      this.inputValue = this.value
+      this.inputValue = this.value+''
     },
     setLabelWidth(){
       let differenceNum=4- this.label.length;

+ 1 - 1
components/en-from/en-send/en-send.vue

@@ -23,7 +23,7 @@
 
 <script>
 export default {
-  name: 'en-input',
+  name: 'en-send',
   props: {
     type: {
       type: String,