|
@@ -158,6 +158,8 @@ export default defineComponent({
|
|
type="text"
|
|
type="text"
|
|
maxlength={6}
|
|
maxlength={6}
|
|
placeholder="请输入验证码"
|
|
placeholder="请输入验证码"
|
|
|
|
+ {...{ autocomplete:"off"}}
|
|
|
|
+
|
|
inputProps={{ autocomplete: 'off' }}
|
|
inputProps={{ autocomplete: 'off' }}
|
|
class={styles.sendInput}></NInput>
|
|
class={styles.sendInput}></NInput>
|
|
<NButton
|
|
<NButton
|