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