-
-
+
+
+
+
+
-
+ :value="inputText"
+ :placeholder="inputPlaceholder"
+ @input="handleInput"
+ @focus="handleFocus"
+ @blur="handleBlur" />
+
+
+
{{validateInfo.message}}
-
{{(value.password === 'undefined' || value.password === '') ? '--' : passwordPlaceholder}}
+
{{(value.password === 'undefined' || value.password === '') ? '--' : '******'}}