forked from FoundKeyGang/FoundKey
[Client] Fix bug
This commit is contained in:
parent
460bb21c1e
commit
825fdb2475
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
</p>
|
||||
<ul ref="choices">
|
||||
<li v-for="(choice, i) in choices">
|
||||
<input :value="choice" @input="onInput(i, $event)" :placeholder="this.$t('choice-n').replace('{}', i + 1)">
|
||||
<input :value="choice" @input="onInput(i, $event)" :placeholder="$t('choice-n').replace('{}', i + 1)">
|
||||
<button @click="remove(i)" :title="$t('remove')">
|
||||
<fa icon="times"/>
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue