fix(cli-command-editor): add 'key' to mapped Vue component
This commit is contained in:
parent
eeea527829
commit
3e2e1efd77
@ -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…
Reference in New Issue
Block a user