fix: typo

This commit is contained in:
Fine 2024-08-22 16:14:33 +08:00
parent f7a7f970c6
commit c7dc08f62c

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"