mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 00:03:09 +01:00
Fix props set using deprecated This object
This commit is contained in:
parent
af38c01f0f
commit
bdd8c38c20
@ -59,7 +59,7 @@
|
||||
:placeholder="placeholder"
|
||||
v-bind="$attrs"
|
||||
v-on:change="$emit('update:modelValue', $event.target.value)"
|
||||
:maxlength="this.maxLength"
|
||||
:maxlength="maxLength"
|
||||
/>
|
||||
</div>
|
||||
<FieldError v-if="fieldError != undefined" :error="fieldError" :field="fieldName" />
|
||||
|
@ -72,7 +72,7 @@
|
||||
:placeholder="placeholder"
|
||||
v-bind="$attrs"
|
||||
v-on:change="$emit('update:modelValue', $event.target.value)"
|
||||
:maxlength="this.maxLength"
|
||||
:maxlength="maxLength"
|
||||
/>
|
||||
</div>
|
||||
<UseColorMode v-slot="{ mode }" v-if="isEditMode">
|
||||
|
Loading…
Reference in New Issue
Block a user