mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: typo
This commit is contained in:
parent
f7a7f970c6
commit
c7dc08f62c
@ -29,7 +29,7 @@ limitations under the License. -->
|
|||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(item, index) in options"
|
v-for="(item, index) in options"
|
||||||
:key="`${item.value} + ${index}`"
|
:key="`${item.value}${index}`"
|
||||||
:label="item.label || ''"
|
:label="item.label || ''"
|
||||||
:value="item.value || ''"
|
:value="item.value || ''"
|
||||||
:disabled="item.disabled || false"
|
:disabled="item.disabled || false"
|
||||||
|
Loading…
Reference in New Issue
Block a user