mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-08-07 06:25:18 +02:00
fix(cli-command-editor): add 'key' to mapped Vue component
This commit is contained in:
parent
eeea527829
commit
3e2e1efd77
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
<div v-for="option in options" flex justify-center>
|
<div v-for="option in options" flex justify-center>
|
||||||
<c-input-text
|
<c-input-text
|
||||||
v-model:value="optionsInput[option]"
|
v-model:value="optionsInput[option]"
|
||||||
|
:key="option"
|
||||||
label-position="left"
|
label-position="left"
|
||||||
label-width="130px"
|
label-width="130px"
|
||||||
label-align="left"
|
label-align="left"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue