mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 07:36:14 +00:00
fix: ci
This commit is contained in:
parent
4269ff2061
commit
f5e3e96256
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user