mirror of https://github.com/halo-dev/halo-admin
Resolve warn tip in ThemeList.vue
parent
9168146c9f
commit
fd388444a9
|
@ -126,8 +126,8 @@
|
|||
v-else-if="item.type == 'select'"
|
||||
>
|
||||
<a-select-option
|
||||
v-for="(option, index3) in item.options"
|
||||
:key="index3"
|
||||
v-for="option in item.options"
|
||||
:key="option.value"
|
||||
:value="option.value"
|
||||
>{{ option.label }}</a-select-option>
|
||||
</a-select>
|
||||
|
|
Loading…
Reference in New Issue