feat: 验证码autocomplete off

This commit is contained in:
dap 2025-01-20 11:55:35 +08:00
parent fa2f8c15d0
commit 48e7146b05

View File

@ -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 ?? {}"