wangcz hace 7 años
padre
commit
d4f3b37e6b
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      components/mobile/validation/ValidationPhoneStepSecurity.vue

+ 4 - 1
components/mobile/validation/ValidationPhoneStepSecurity.vue

@@ -44,7 +44,10 @@
           answer1: '',
           answer2: ''
         },
-        questions: '',
+        questions: [
+          {question: ''},
+          {question: ''}
+        ],
         token: ''
       }
     },