This commit is contained in:
Fine 2024-08-22 11:26:40 +08:00
parent 4269ff2061
commit f5e3e96256

View File

@ -29,7 +29,7 @@ limitations under the License. -->
>
<el-option
v-for="(item, index) in options"
:key="item.value + index"
:key="`${item.value} + ${index}`"
:label="item.label || ''"
:value="item.value || ''"
:disabled="item.disabled || false"