1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-06 14:05:18 +02:00

fix(cli-command-editor): add 'key' to mapped Vue component

This commit is contained in:
Dhwanik Panchal 2025-06-28 13:24:18 +05:30
parent eeea527829
commit 3e2e1efd77

View file

@ -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"