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>
|
||||
<c-input-text
|
||||
v-model:value="optionsInput[option]"
|
||||
:key="option"
|
||||
label-position="left"
|
||||
label-width="130px"
|
||||
label-align="left"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user