feat: 验证码autocomplete off
This commit is contained in:
parent
fa2f8c15d0
commit
48e7146b05
@ -28,6 +28,7 @@ const modelValue = defineModel({ default: '', type: String });
|
||||
<div class="flex w-full">
|
||||
<div class="flex-1">
|
||||
<VbenInput
|
||||
autocomplete="off"
|
||||
id="code"
|
||||
v-model="modelValue"
|
||||
:class="$attrs.class ?? {}"
|
||||
|
Loading…
Reference in New Issue
Block a user