lint
This commit is contained in:
parent
700e096dd4
commit
0f51550802
1 changed files with 2 additions and 1 deletions
|
|
@ -458,7 +458,8 @@
|
|||
>
|
||||
<template #default="inputProps">
|
||||
<input
|
||||
v-model="newFields[i].name" :placeholder="$t('settings.profile_fields.name')"
|
||||
v-model="newFields[i].name"
|
||||
:placeholder="$t('settings.profile_fields.name')"
|
||||
v-bind="propsToNative(inputProps)"
|
||||
class="input"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue